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