mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-27 23:50:30 +00:00
Hide image overlay slider buttons
There is one instance of icon only buttons in the overlay content. Bug: T342936 Change-Id: I8aef02c87b63d2248c30371c98e390322f5c706c
This commit is contained in:
parent
7e1e418d1f
commit
a8362a9237
|
@ -3,10 +3,12 @@
|
|||
// Never reveal the labels of icon only buttons in the header,
|
||||
// article content (parser-output), IP masking banner,
|
||||
// or MobileFrontend overlays / drawers.
|
||||
// Also applies to the slide left/right buttons in the image overlay.
|
||||
.mw-temp-user-banner,
|
||||
.mw-parser-output,
|
||||
.overlay-header,
|
||||
.drawer-container,
|
||||
.slider-button,
|
||||
.minerva-header {
|
||||
.cdx-button.cdx-button--icon-only {
|
||||
span + span {
|
||||
|
|
Loading…
Reference in a new issue