mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-16 18:58:45 +00:00
1fed815868
Define the color etc. in the base styles, so that other drawers will not have to redefine them to display the shield. Bug: T214049 Change-Id: Ife957374cb0d21446db2067171e68fb726ad8347
21 lines
324 B
Plaintext
21 lines
324 B
Plaintext
// FIXME Should this be merged with .transparent-shield?
|
|
.cloaked-element {
|
|
opacity: 0;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
}
|
|
|
|
.position-fixed {
|
|
// use !important to override more specific rules (e.g. in Overlay.less)
|
|
position: fixed !important;
|
|
}
|
|
|
|
.touch-events {
|
|
:focus {
|
|
outline: 0;
|
|
}
|
|
}
|