mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-02-08 00:21:11 +01:00
Merge pull request #20500 from calixteman/fix_menu_rtl
Fix the position of the checkmark when the menu is displayed in RTL
This commit is contained in:
commit
6c746260a9
@ -111,7 +111,7 @@
|
||||
mask-image: var(--menuitem-checkmark-icon);
|
||||
background-color: var(--menu-text-color);
|
||||
position: absolute;
|
||||
margin-left: -16px;
|
||||
margin-inline-start: -16px;
|
||||
}
|
||||
|
||||
&:has(button:disabled) {
|
||||
@ -178,7 +178,7 @@
|
||||
display: inline-block;
|
||||
width: max-content;
|
||||
height: auto;
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
color: var(--menu-text-color);
|
||||
user-select: none;
|
||||
padding-inline-start: 6px;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user