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.
1 parent cb3becb commit 5cb1648Copy full SHA for 5cb1648
src/components/AspectRatio/aspect-ratio.module.scss
@@ -1,6 +1,6 @@
1
@import '../../scss/config.scss';
2
3
-.ratio {
+div.ratio[style] {
4
@include layout(flex);
5
@include size('w100%');
6
src/components/Spoiler/spoiler.module.scss
@@ -4,7 +4,7 @@ body {
--w-spoiler-color: var(--w-color-primary);
}
7
-.spoiler {
+span.spoiler {
8
@include border-radius();
9
@include background(var(--w-spoiler-color));
10
@include typography(hmd);
@@ -22,11 +22,19 @@ body {
22
@include visibility(block);
23
24
25
+ code {
26
+ @include border(0);
27
+ }
28
+
29
&[data-visible] {
30
@include background(transparent);
31
32
color: inherit;
33
user-select: auto;
34
cursor: auto;
35
36
37
+ @include border(primary-50);
38
39
40
0 commit comments