fix popup regression on blocked page
This commit is contained in:
parent
b804e39de6
commit
dd1f30e6aa
|
@ -96,14 +96,6 @@ a:hover {
|
||||||
color: var(--c40);
|
color: var(--c40);
|
||||||
}
|
}
|
||||||
|
|
||||||
.actions > .main-controls {
|
|
||||||
padding-left: var(--inner-padding);
|
|
||||||
}
|
|
||||||
|
|
||||||
.main-controls {
|
|
||||||
display: table-cell;
|
|
||||||
}
|
|
||||||
|
|
||||||
body > DIV:last-of-type,
|
body > DIV:last-of-type,
|
||||||
body.blocked > DIV {
|
body.blocked > DIV {
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
|
@ -454,7 +446,7 @@ a:hover .svg-icon {
|
||||||
|
|
||||||
body.blocked #popup-manage-button + .split-btn-pedal,
|
body.blocked #popup-manage-button + .split-btn-pedal,
|
||||||
body.blocked #installed > :not(.frame),
|
body.blocked #installed > :not(.frame),
|
||||||
body.blocked .actions > .main-controls {
|
body.blocked #main-actions > :not(#disableAll-label) {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user