mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-24 06:24:22 +00:00
fix(Popups): 🐛 invert icon in dark mode
This commit is contained in:
parent
01d14d5598
commit
20fd0643fe
|
@ -5,11 +5,15 @@
|
|||
* Module: ext.popups.main
|
||||
* Version: REL1_39 a40ebc1
|
||||
*
|
||||
* Date: 2022-11-28
|
||||
* Date: 2024-06-14
|
||||
*/
|
||||
|
||||
@import '../../../resources/variables.less';
|
||||
|
||||
.popups-icon {
|
||||
filter: var( --filter-invert );
|
||||
}
|
||||
|
||||
/* popup.less */
|
||||
.mwe-popups {
|
||||
// See FIXME below
|
||||
|
|
Loading…
Reference in a new issue