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:
Ed Sanders 2024-03-12 17:25:49 -07:00
parent 11061d535b
commit 45ff962bcd

View file

@ -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 {