Fix player volume slider saturation.
gitea/icedream/rekt-theme/master There was a failure building this commit Details

master
Icedream 2019-03-15 14:49:40 +01:00
parent 291cf84848
commit 644c150ca1
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
3 changed files with 14 additions and 15 deletions

View File

@ -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';

View File

@ -0,0 +1,7 @@
#player {
.player_button {
@if $icedream-saturation {
@include saturate-from-red();
}
}
}

View File

@ -0,0 +1,5 @@
#volumeSVG {
@if $icedream-saturation {
@include saturate-from-red();
}
}