feat(skinStyles): tweak Echo popup styles

This commit is contained in:
alistair3149 2022-05-02 22:14:02 -04:00
parent 8121ecb855
commit 398f6da83d

View file

@ -11,12 +11,13 @@
.mw-echo-ui-notificationBadgeButtonPopupWidget { .mw-echo-ui-notificationBadgeButtonPopupWidget {
&-popup { &-popup {
margin-top: 8px; // align with other menus margin-top: 8px; // align with other menus
box-shadow: 0 14px 28px rgba( 0, 0, 0, 0.0625 ), 0 10px 10px rgba( 0, 0, 0, 0.055 ); // boxshadow 3 box-shadow: var( --box-shadow-dialog );
filter: none; // disable filter drop shadow filter: none; // disable filter drop shadow
> .oo-ui-popupWidget-popup { > .oo-ui-popupWidget-popup {
> .oo-ui-popupWidget-head { > .oo-ui-popupWidget-head {
box-sizing: content-box; // fix overflow box-sizing: content-box; // fix overflow
padding-top: 8px; // align with other menus
border-bottom-color: var( --border-color-base ); border-bottom-color: var( --border-color-base );
> .oo-ui-iconWidget { > .oo-ui-iconWidget {