Skip to content

Commit 45aa8af

Browse files
committed
Styles: add scale.warmth
1 parent da6d0a3 commit 45aa8af

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

data/Display.css

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,3 +143,29 @@ display-widget.disabled button.flat.image-button:focus {
143143
display-widget.disabled button.flat.image-button:checked {
144144
background: alpha(@SLATE_700, 0.5);
145145
}
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+
background-image:
162+
linear-gradient(
163+
to left,
164+
mix(
165+
@SILVER_100,
166+
@ORANGE_100,
167+
0.5
168+
),
169+
@ORANGE_500
170+
);
171+
}

0 commit comments

Comments
 (0)