update
This commit is contained in:
parent
5563ffe27c
commit
5e3f7ac7dd
2 changed files with 6 additions and 4 deletions
|
@ -252,8 +252,10 @@
|
||||||
color: $tc;
|
color: $tc;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
icon-shadow: none;
|
icon-shadow: none;
|
||||||
box-shadow: none;
|
|
||||||
// box-shadow: inset 0px 0px 0px 2px $divider_color;
|
&, &:hover, &:active {
|
||||||
|
box-shadow: none !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@if $t == flat-hover {
|
@if $t == flat-hover {
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
color: $light_alt_fg_color;
|
color: $light_alt_fg_color;
|
||||||
border-radius: $circular_radius;
|
border-radius: $circular_radius;
|
||||||
border: none;
|
border: none;
|
||||||
box-shadow: 0 3px 8px rgba(black, 0.25);
|
// box-shadow: 0 3px 8px rgba(black, 0.25);
|
||||||
icon-size: $base_icon_size * 4; // 64px
|
icon-size: $base_icon_size * 4; // 64px
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
|
@ -19,7 +19,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
& StIcon {
|
& StIcon {
|
||||||
background-color: transparentize($light_alt_fg_color, 0.95);
|
background-color: $light_track_color;
|
||||||
border-radius: $circular_radius;
|
border-radius: $circular_radius;
|
||||||
padding: $base_padding * 2; // 12px
|
padding: $base_padding * 2; // 12px
|
||||||
width: $base_icon_size * 2.5; height: $base_icon_size * 2.5; // 40px;
|
width: $base_icon_size * 2.5; height: $base_icon_size * 2.5; // 40px;
|
||||||
|
|
Loading…
Reference in a new issue