mirror of
https://github.com/fleetdm/fleet
synced 2026-05-09 18:20:48 +00:00
11 lines
296 B
SCSS
11 lines
296 B
SCSS
|
|
.edit-script-modal {
|
||
|
|
&__hide-main {
|
||
|
|
visibility: hidden;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
// since this modal shows only while anotheris also showing, suppress background for one of them to
|
||
|
|
// prevent "double-darkening"
|
||
|
|
.modal__background:has(.edit-script-modal.edit-script-modal__hide-main) {
|
||
|
|
visibility: hidden;
|
||
|
|
}
|