mirror of
https://github.com/primer/css.git
synced 2025-01-07 06:51:03 +03:00
.details-expanded -> .details-overlay
This commit is contained in:
parent
d565da6ba8
commit
626af21a7b
@ -1,5 +1,5 @@
|
|||||||
// stylelint-disable selector-max-type
|
// stylelint-disable selector-max-type
|
||||||
.details-expanded[open] > summary::before {
|
.details-overlay[open] > summary::before {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
@ -12,6 +12,6 @@
|
|||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.details-expanded-dark[open] > summary::before {
|
.details-overlay-dark[open] > summary::before {
|
||||||
background: $black-fade-50;
|
background: $black-fade-50;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user