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
|
||||
#player {
|
||||
.player_button {
|
||||
@if $icedream-saturation {
|
||||
@include saturate-from-red();
|
||||
}
|
||||
}
|
||||
.slider {
|
||||
.active {
|
||||
@if $icedream-saturation {
|
||||
@include saturate-from-red();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@import 'player/button';
|
||||
@import 'player/slider';
|
||||
|
|
|
@ -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