* Code style fix.
parent
9958fc4496
commit
1df54746f2
gtk-3.20/scss
|
@ -86,10 +86,10 @@ $modules: () !default;
|
|||
// $bg is the background color
|
||||
//
|
||||
$_lbg: lightness($bg)/100%;
|
||||
|
||||
@if lightness($tc) < 50% {
|
||||
@return transparentize(white, 1-$_lbg/($_lbg*1.3));
|
||||
}
|
||||
@else {
|
||||
@return transparentize(black, $_lbg*0.8);
|
||||
@return transparentize(white, 1 - $_lbg/($_lbg * 1.3));
|
||||
} @else {
|
||||
@return transparentize(black, $_lbg * .8);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue