Added the ability to define button, progress bar, tooltip and popover radius. (#448)
* Added the ability to define button, progress bar, tooltip and popover radius. * Border updates * Fix notification scaling
This commit is contained in:
@@ -33,7 +33,7 @@ tooltip {
|
||||
|
||||
> * > * {
|
||||
padding: 0.6em;
|
||||
border-radius: $bar-menus-border-radius * 0.5;
|
||||
border-radius: $bar-menus-tooltip-radius;
|
||||
color: if($bar-menus-monochrome, $bar-menus-label, $bar-menus-tooltip-text);
|
||||
background: if($bar-menus-monochrome, $bar-menus-background, $bar-menus-tooltip-background);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user