mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-23 15:36:58 +00:00
Merge "Fix opacity of focus styles"
This commit is contained in:
commit
a85ab8b7e8
|
@ -1,7 +1,8 @@
|
|||
.mw-echo-ui-mixin-hover-opacity() {
|
||||
opacity: @opacity-low;
|
||||
|
||||
&:hover {
|
||||
&:hover,
|
||||
&:focus {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -133,9 +133,12 @@
|
|||
}
|
||||
|
||||
&-menu {
|
||||
.mw-echo-ui-mixin-hover-opacity();
|
||||
vertical-align: bottom;
|
||||
padding: 0;
|
||||
|
||||
> .oo-ui-buttonElement-button {
|
||||
.mw-echo-ui-mixin-hover-opacity();
|
||||
}
|
||||
}
|
||||
|
||||
&-timestamp {
|
||||
|
|
Loading…
Reference in a new issue