Merge "Fix opacity of focus styles"

This commit is contained in:
jenkins-bot 2023-02-06 23:42:54 +00:00 committed by Gerrit Code Review
commit a85ab8b7e8
2 changed files with 6 additions and 2 deletions

View file

@ -1,7 +1,8 @@
.mw-echo-ui-mixin-hover-opacity() {
opacity: @opacity-low;
&:hover {
&:hover,
&:focus {
opacity: 1;
}
}

View file

@ -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 {