Merge "ReplyWidget: Don't add border-radius when hovering mode tab"

This commit is contained in:
jenkins-bot 2022-07-07 18:55:00 +00:00 committed by Gerrit Code Review
commit d559f3bac9

View file

@ -93,7 +93,8 @@
}
// When mode tabs are focussed, the only available option uses the same styles as normal focus
.ext-discussiontools-ui-modeTab.oo-ui-optionWidget-highlighted {
// Hovering also adds this class, but is styled upstream with just an underline.
.ext-discussiontools-ui-modeTab.oo-ui-optionWidget-highlighted:not( :hover ) {
color: #36c;
border-radius: 2px;
box-shadow: inset 0 0 0 2px #36c;