mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 23:39:51 +01:00
Fix progress bar gradient direction
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
|
||||
%scale_highlight {
|
||||
border: none;
|
||||
background: linear-gradient(to right, #00f17d, #00f7d2);
|
||||
@include scale-highlight(right);
|
||||
border-radius: 3px;
|
||||
margin: 0;
|
||||
|
||||
@@ -54,7 +54,8 @@ scale {
|
||||
|
||||
&.vertical {
|
||||
trough,
|
||||
progress { min-width: 6px; }
|
||||
progress { min-width: 6px;}
|
||||
highlight { @include scale-highlight(bottom); }
|
||||
}
|
||||
|
||||
// the slider is inside the trough, so to have make it bigger there's a negative margin
|
||||
|
||||
Reference in New Issue
Block a user