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:
Jas Singh
2024-11-06 21:47:22 -08:00
committed by GitHub
parent 22055b727a
commit dbd932941b
12 changed files with 419 additions and 442 deletions

View File

@@ -22,7 +22,7 @@
}
.menu-content {
border-radius: 0.4em;
border-radius: $bar-menus-buttons-radius;
background-size: cover;
background-position: center;
}
@@ -68,7 +68,7 @@
color: if($bar-menus-monochrome, $bar-menus-buttons-text, $bar-menus-menu-media-buttons-text);
min-height: 1.8em;
min-width: 2.5em;
border-radius: 0.2rem;
border-radius: $bar-menus-buttons-radius * 0.75;
&.disabled {
background: if($bar-menus-monochrome, $bar-menus-buttons-disabled, $bar-menus-menu-media-buttons-inactive);