mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-06-03 00:31:01 +02:00
Merge pull request #21135 from calixteman/bug2033603
[HCM] Set the correct color for the icon in the merge button when focused with the keyboard (bug 2033603)
This commit is contained in:
commit
fe48736846
@ -366,6 +366,7 @@
|
||||
&::before {
|
||||
mask-repeat: no-repeat;
|
||||
mask-image: var(--views-manager-add-file-button-icon);
|
||||
background-color: var(--button-fg);
|
||||
}
|
||||
|
||||
> input {
|
||||
@ -385,6 +386,7 @@
|
||||
&::before {
|
||||
mask-repeat: no-repeat;
|
||||
mask-image: var(--current-outline-button-icon);
|
||||
background-color: var(--button-fg);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user