Fix player volume slider saturation.
gitea/icedream/rekt-theme/master There was a failure building this commit
Details
gitea/icedream/rekt-theme/master There was a failure building this commit
Details
parent
291cf84848
commit
644c150ca1
|
@ -1,15 +1,2 @@
|
||||||
// player
|
@import 'player/button';
|
||||||
#player {
|
@import 'player/slider';
|
||||||
.player_button {
|
|
||||||
@if $icedream-saturation {
|
|
||||||
@include saturate-from-red();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.slider {
|
|
||||||
.active {
|
|
||||||
@if $icedream-saturation {
|
|
||||||
@include saturate-from-red();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
#player {
|
||||||
|
.player_button {
|
||||||
|
@if $icedream-saturation {
|
||||||
|
@include saturate-from-red();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,5 @@
|
||||||
|
#volumeSVG {
|
||||||
|
@if $icedream-saturation {
|
||||||
|
@include saturate-from-red();
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue