Skip to content

Commit

Permalink
why backdrop rerolled too wtf
Browse files Browse the repository at this point in the history
  • Loading branch information
Leozard committed Jun 13, 2024
1 parent 6ed5440 commit f2fb400
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
4 changes: 2 additions & 2 deletions lib/selectors/selectorPlaceholders.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
.base_c0676e {
@extend %base !optional;
}
.backdrop__1a911 {
.backdrop__34c64 {
@extend %backdrop !optional;
}
.withLayer__29ace {
.withLayer_e684b0 {
@extend %backdropWithLayer !optional;
}
.notice__5fd4c {
Expand Down
9 changes: 0 additions & 9 deletions src/app/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,6 @@ body {
}
}
%backdrop {
&:after {
content: '';
position: fixed;
@include stretch;
background: cv('bg.backdrop.overlay');
pointer-events: none;
}
}
%backdrop%backdropWithLayer {
background: none !important;
}

Expand Down

0 comments on commit f2fb400

Please sign in to comment.