Added the ability to configure the inner content border multiplier of bar buttons. (#462)
This commit is contained in:
@@ -18,12 +18,12 @@
|
||||
padding-right: $bar-buttons-clock-spacing;
|
||||
border-top-left-radius: if(
|
||||
$bar-buttons-clock-enableBorder or $bar-buttons-enableBorders,
|
||||
$bar-buttons-radius * 0.4,
|
||||
$bar-buttons-radius * $bar-buttons-innerRadiusMultiplier,
|
||||
$bar-buttons-radius
|
||||
);
|
||||
border-bottom-left-radius: if(
|
||||
$bar-buttons-clock-enableBorder or $bar-buttons-enableBorders,
|
||||
$bar-buttons-radius * 0.4,
|
||||
$bar-buttons-radius * $bar-buttons-innerRadiusMultiplier,
|
||||
$bar-buttons-radius
|
||||
);
|
||||
color: if($bar-buttons-monochrome, $bar-buttons-icon, $bar-buttons-clock-icon);
|
||||
@@ -39,12 +39,12 @@
|
||||
.bar-button-icon.clock {
|
||||
border-top-right-radius: if(
|
||||
$bar-buttons-clock-enableBorder or $bar-buttons-enableBorders,
|
||||
$bar-buttons-radius * 0.4,
|
||||
$bar-buttons-radius * $bar-buttons-innerRadiusMultiplier,
|
||||
$bar-buttons-radius
|
||||
);
|
||||
border-bottom-right-radius: if(
|
||||
$bar-buttons-clock-enableBorder or $bar-buttons-enableBorders,
|
||||
$bar-buttons-radius * 0.4,
|
||||
$bar-buttons-radius * $bar-buttons-innerRadiusMultiplier,
|
||||
$bar-buttons-radius
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user