Added the ability to select workspace underline color and highlight padding. (#130)
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
.bar {
|
||||
|
||||
.transparent {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.bar-panel-container {
|
||||
margin-top: if($bar-floating, $bar-margin_top, 0em);
|
||||
margin-bottom: if($bar-floating, $bar-margin_bottom, 0em);
|
||||
|
||||
@@ -42,14 +42,14 @@
|
||||
}
|
||||
|
||||
&.underline {
|
||||
border-bottom: 0.1em solid $bar-buttons-workspaces-numbered_active_text_color;
|
||||
border-bottom: 0.1em solid $bar-buttons-workspaces-numbered_active_underline_color;
|
||||
}
|
||||
|
||||
&.highlight {
|
||||
color: $bar-buttons-workspaces-numbered_active_text_color;
|
||||
color: $bar-buttons-workspaces-numbered_active_highlighted_text_color;
|
||||
border-radius: $bar-buttons-workspaces-numbered_active_highlight_border;
|
||||
background-color: $bar-buttons-workspaces-active;
|
||||
padding: 0em 0.2em;
|
||||
padding: 0em $bar-buttons-workspaces-numbered_active_highlight_padding;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,10 +2,6 @@ window.settings-dialog {
|
||||
background-color: $bar-menus-cards;
|
||||
color: $bar-menus-text;
|
||||
|
||||
$padding: 0.5em;
|
||||
$primary_bg: $bar-menus-background;
|
||||
$spacing: 0.4em;
|
||||
$radius: 0.5em;
|
||||
$widget-bg: $bar-menus-cards;
|
||||
$border: none;
|
||||
$fg: $bar-menus-text;
|
||||
|
||||
Reference in New Issue
Block a user