mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-24 06:24:22 +00:00
fix(core): 🐛 force selected view button to be visible on revision pages
This commit is contained in:
parent
e4697c48f1
commit
3d90051ae6
|
@ -65,7 +65,7 @@
|
|||
// HACK: Restore view button on revision page (#845)
|
||||
// There are no good way to target revision page
|
||||
// The :not selector is needed because Extension:DiscussionTools loads the diff styles inline
|
||||
body:not( .ns-talk ) .action-view #ca-view {
|
||||
.action-view:not( .ns-talk ) #ca-view {
|
||||
position: relative !important;
|
||||
width: auto;
|
||||
height: auto;
|
||||
|
|
Loading…
Reference in a new issue