We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a32a513 + 070c871 commit 345fafdCopy full SHA for 345fafd
src/css/base.scss
@@ -4991,6 +4991,11 @@ details[open] {
4991
background: var(--backdrop-bg);
4992
z-index: var(--modal-index);
4993
backdrop-filter: blur(1px);
4994
+
4995
+ &--transparent {
4996
+ background: transparent;
4997
+ backdrop-filter: none;
4998
+ }
4999
}
5000
5001
// NOTE: used for divider separated flexbox row lists
@@ -5205,4 +5210,4 @@ details[open] {
5205
5210
&--paint {
5206
5211
contain: paint;
5207
5212
5208
-}
5213
+}
0 commit comments