mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-23 22:13:34 +00:00
EditCheck: Fix the colour of the popup widget anchor
When EditCheck is the first item in the menu, make the anchor pink as well. Relies on the :has selector in modern browsers. Change-Id: I66e760742da25b3797529b0c65a8d90871a0a1da
This commit is contained in:
parent
11061d535b
commit
45ff962bcd
|
@ -18,6 +18,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
.ve-ui-desktopContext > .oo-ui-popupWidget:has( .ve-ui-editCheckContextItem:first-child ) .oo-ui-popupWidget-anchor::after {
|
||||
border-bottom-color: #fce7fe;
|
||||
}
|
||||
|
||||
/* Selections */
|
||||
|
||||
.ve-ce-surface-selections-editCheck .ve-ce-surface-selection {
|
||||
|
|
Loading…
Reference in a new issue