mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-11 17:00:10 +00:00
5289d1e8f2
Ensure buttons have full opacity when focused, as when hovered. Change-Id: Id16e9e3691b7d9b0ebb03ac78bbe86c80568a00b
9 lines
101 B
Plaintext
9 lines
101 B
Plaintext
.mw-echo-ui-mixin-hover-opacity() {
|
|
opacity: @opacity-low;
|
|
|
|
&:hover,
|
|
&:focus {
|
|
opacity: 1;
|
|
}
|
|
}
|