Files
mediawiki-extensions-Univer…/resources/css/ext.uls-vector.less
Wandji69 7a69478642 style: Replace deprecated prefixed mixins with unprefixed CSS property
Bug: T308351
Change-Id: I80615dcee5dd97fe267cb901fa0b4d5018a7ea88
2023-01-26 10:37:20 +00:00

36 lines
738 B
Plaintext

@import 'mediawiki.mixins';
// All but `font-size` are WikimediaUI theme values and overwrite jquery.uls library.
// We need higher specificity due to loading order of LESS files and jquery.uls.
.skin-vector {
.uls-menu {
border-color: #c8ccd1;
box-shadow: 0 2px 2px 0 rgba( 0, 0, 0, 0.25 );
// Not inherited from `.mw-body-content`, as we insert at `body`.
font-size: 0.875em;
// T295794 Account for Vector sticky header.
z-index: 3;
}
.uls-search {
border-bottom-color: #c8ccd1;
}
.uls-search-label {
opacity: 0.51;
transition: opacity 250ms;
}
.uls-search-wrapper:hover .uls-search-label {
opacity: 0.87;
}
.uls-filtersuggestion {
color: #72777d;
}
.uls-lcd-region-title {
color: #54595d;
}
}