Reduce the default panel button border radius
This commit is contained in:
parent
2778c200d8
commit
9db41d505b
1 changed files with 1 additions and 1 deletions
|
@ -373,7 +373,7 @@
|
|||
// $child_class: class name of the child element
|
||||
//
|
||||
|
||||
@mixin panel_button($bg:$panel_fg_color, $fg:$panel_fg_color, $flat: true, $highlighted_child: false, $child_class:"", $border_radius: 99px) {
|
||||
@mixin panel_button($bg:$panel_fg_color, $fg:$panel_fg_color, $flat: true, $highlighted_child: false, $child_class:"", $border_radius: 3px) {
|
||||
|
||||
transition-duration: 150ms;
|
||||
border: 3px solid transparent;
|
||||
|
|
Loading…
Reference in a new issue