mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-27 15:40:15 +00:00
Style thanks confirmable panel on mobile
To test you must be using desktop Minerva This addresses only the problem described in T353062#9438627. Bug: T353062 Change-Id: Ia7053b94aae1b6ab48307769de063d825a47c1db
This commit is contained in:
parent
fd36ece4a3
commit
5e4e3bd549
|
@ -154,6 +154,24 @@
|
|||
position: fixed;
|
||||
z-index: @z-index-above-content;
|
||||
right: 8px;
|
||||
|
||||
.jquery-confirmable-interface {
|
||||
background-color: @background-color-interactive-subtle;
|
||||
border: @border-subtle;
|
||||
padding: @spacing-50;
|
||||
}
|
||||
|
||||
.jquery-confirmable-element {
|
||||
~ .jquery-confirmable-interface {
|
||||
display: none;
|
||||
}
|
||||
|
||||
&.hidden {
|
||||
~ .jquery-confirmable-interface {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.mw-userlink {
|
||||
|
|
Loading…
Reference in a new issue