Skip to content

Commit 6c74626

Browse files
Merge pull request #20500 from calixteman/fix_menu_rtl
Fix the position of the checkmark when the menu is displayed in RTL
2 parents 8b4fae0 + 9de04ef commit 6c74626

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

web/menu.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
mask-image: var(--menuitem-checkmark-icon);
112112
background-color: var(--menu-text-color);
113113
position: absolute;
114-
margin-left: -16px;
114+
margin-inline-start: -16px;
115115
}
116116

117117
&:has(button:disabled) {
@@ -178,7 +178,7 @@
178178
display: inline-block;
179179
width: max-content;
180180
height: auto;
181-
text-align: left;
181+
text-align: start;
182182
color: var(--menu-text-color);
183183
user-select: none;
184184
padding-inline-start: 6px;

0 commit comments

Comments
 (0)