1
1
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:
muan 2018-06-02 01:43:25 +02:00 committed by GitHub
parent d565da6ba8
commit 626af21a7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}