Skip to content

Commit

Permalink
Remove workaround for OOUI bug (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
lens0021 authored Mar 1, 2024
1 parent 78f829f commit 3d3d828
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions pages/mediawiki%3Afemiwiki.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,24 +67,6 @@ https://github.com/femiwiki/FemiwikiSkin/issues/246
z-index: 4;
}

/*
https://github.com/femiwiki/OOUIFemiwikiTheme/issues/12
*/
.oo-ui-buttonElement-frameless.oo-ui-widget-enabled
> .oo-ui-buttonElement-button:hover {
background-color: rgba(0, 24, 73, 0.02745098);
}
.oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-buttonElement-pressed
> input.oo-ui-buttonElement-button,
.oo-ui-buttonElement-frameless.oo-ui-widget-enabled
> .oo-ui-buttonElement-button:active {
background-color: rgba(0, 36, 73, 0.08235294);
}
.oo-ui-toggleButtonWidget.oo-ui-widget-enabled.oo-ui-buttonElement-frameless.oo-ui-toggleWidget-on
.oo-ui-buttonElement-button {
background-color: rgba(0, 36, 73, 0.08235294);
}

@media screen and (max-width: 480px) {
/*
ULS가 이상한 문제 우회
Expand Down

0 comments on commit 3d3d828

Please sign in to comment.