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 da6d0a3 commit 45aa8afCopy full SHA for 45aa8af
data/Display.css
@@ -143,3 +143,29 @@ display-widget.disabled button.flat.image-button:focus {
143
display-widget.disabled button.flat.image-button:checked {
144
background: alpha(@SLATE_700, 0.5);
145
}
146
+
147
+scale.warmth trough {
148
+ background-image:
149
+ linear-gradient(
150
+ to right,
151
+ mix(
152
+ @SILVER_100,
153
+ @ORANGE_100,
154
+ 0.5
155
+ ),
156
+ @ORANGE_500
157
+ );
158
+}
159
160
+scale.warmth:dir(rtl) trough {
161
162
163
+ to left,
164
165
166
167
168
169
170
171
0 commit comments