@internetstiftelsen/styleguide 2.26.5 → 2.26.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -92,6 +92,10 @@
|
|
|
92
92
|
height: $icon-size-large;
|
|
93
93
|
flex-shrink: 0;
|
|
94
94
|
opacity: 1;
|
|
95
|
+
|
|
96
|
+
& + svg {
|
|
97
|
+
display: none;
|
|
98
|
+
}
|
|
95
99
|
}
|
|
96
100
|
|
|
97
101
|
&::after {
|
|
@@ -138,6 +142,14 @@
|
|
|
138
142
|
> dl {
|
|
139
143
|
display: block;
|
|
140
144
|
}
|
|
145
|
+
|
|
146
|
+
button svg {
|
|
147
|
+
display: none;
|
|
148
|
+
|
|
149
|
+
& + svg {
|
|
150
|
+
display: block;
|
|
151
|
+
}
|
|
152
|
+
}
|
|
141
153
|
}
|
|
142
154
|
|
|
143
155
|
&.is-minimized {
|
|
@@ -103,6 +103,14 @@
|
|
|
103
103
|
color: $color-snow;
|
|
104
104
|
border-color: $color-cyberspace;
|
|
105
105
|
padding: rhythm(2) rhythm(3) rhythm(2) rhythm(2);
|
|
106
|
+
|
|
107
|
+
svg {
|
|
108
|
+
fill: $color-snow !important;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
span {
|
|
112
|
+
color: $color-snow;
|
|
113
|
+
}
|
|
106
114
|
}
|
|
107
115
|
|
|
108
116
|
@include m(granit) {
|