2020-05-11 14:04:27 +00:00
|
|
|
.popover-select {
|
|
|
|
@extend %popover-select;
|
|
|
|
}
|
2022-02-21 12:22:59 +00:00
|
|
|
.popover-menu .menu-panel {
|
|
|
|
position: absolute !important;
|
|
|
|
}
|
2020-09-01 18:13:11 +00:00
|
|
|
%popover-select label {
|
|
|
|
height: 100%;
|
|
|
|
}
|
2020-05-19 16:18:04 +00:00
|
|
|
%popover-select label > * {
|
2020-09-01 18:13:11 +00:00
|
|
|
@extend %button;
|
|
|
|
padding: 0 8px !important;
|
|
|
|
height: 100% !important;
|
|
|
|
justify-content: space-between !important;
|
|
|
|
min-width: auto !important;
|
|
|
|
}
|
|
|
|
%popover-select label > *::after {
|
|
|
|
margin-left: 6px;
|
|
|
|
}
|
|
|
|
%popover-select.type-sort label > * {
|
2020-08-10 15:00:05 +00:00
|
|
|
@extend %sort-button;
|
2020-05-11 14:04:27 +00:00
|
|
|
}
|
2020-10-19 14:45:50 +00:00
|
|
|
%popover-select button::before {
|
2020-09-01 18:13:11 +00:00
|
|
|
margin-right: 10px;
|
|
|
|
}
|
2020-10-19 14:45:50 +00:00
|
|
|
|
2021-12-06 11:06:33 +00:00
|
|
|
/* TODO: Consider moving these to their specific search bard componets or */
|
|
|
|
/* even their own search bar sub menu components */
|
2020-09-01 18:13:11 +00:00
|
|
|
%popover-select .value-passing button::before {
|
|
|
|
@extend %with-check-circle-fill-mask, %as-pseudo;
|
UI: Update Consul UI colors to use HDS colors (#16111)
* update red color variables to hds
* change background red to be one step lighter
* map oranges
* map greens
* map blues
* map greys
* delete themes, colours: lemon, magenta, strawberry, and vault color aliases
* add unmapped rainbow colours
* replace white and transparent vars, remove unused semantic vars and frame placeholders
* small tweaks to improve contrast, change node health status x/check colours for non-voters to match design doc, replace semantic colour action w hds colour
* add unmapped grays, remove dark theme, manually set nav bar to use dark colours
* map consul pink colour
* map yellows
* add unmapped oranges, delete light theme
* remove readme, base variables, clean up dangling colours
* Start working on the nav disclosure menus
* Update main-nav-horizontal dropdowns
* Format template
* Update box-shadow tokens
* Replace --tone- usage with tokens
* Update nav disabled state and panel border colour
* Replace rgb usage on tile
* Fix permissions modal overlay
* More fixes
* Replace orange-500 with amber-200
* Update badge colors
* Update vertical sidebar colors
* Remove top border on consul peer list ul
---------
Co-authored-by: wenincode <tyler.wendlandt@hashicorp.com>
2023-02-27 16:30:12 +00:00
|
|
|
color: var(--token-color-foreground-success);
|
2020-09-01 18:13:11 +00:00
|
|
|
}
|
|
|
|
%popover-select .value-warning button::before {
|
|
|
|
@extend %with-alert-triangle-mask, %as-pseudo;
|
UI: Update Consul UI colors to use HDS colors (#16111)
* update red color variables to hds
* change background red to be one step lighter
* map oranges
* map greens
* map blues
* map greys
* delete themes, colours: lemon, magenta, strawberry, and vault color aliases
* add unmapped rainbow colours
* replace white and transparent vars, remove unused semantic vars and frame placeholders
* small tweaks to improve contrast, change node health status x/check colours for non-voters to match design doc, replace semantic colour action w hds colour
* add unmapped grays, remove dark theme, manually set nav bar to use dark colours
* map consul pink colour
* map yellows
* add unmapped oranges, delete light theme
* remove readme, base variables, clean up dangling colours
* Start working on the nav disclosure menus
* Update main-nav-horizontal dropdowns
* Format template
* Update box-shadow tokens
* Replace --tone- usage with tokens
* Update nav disabled state and panel border colour
* Replace rgb usage on tile
* Fix permissions modal overlay
* More fixes
* Replace orange-500 with amber-200
* Update badge colors
* Update vertical sidebar colors
* Remove top border on consul peer list ul
---------
Co-authored-by: wenincode <tyler.wendlandt@hashicorp.com>
2023-02-27 16:30:12 +00:00
|
|
|
color: var(--token-color-foreground-warning);
|
2020-09-01 18:13:11 +00:00
|
|
|
}
|
|
|
|
%popover-select .value-critical button::before {
|
|
|
|
@extend %with-cancel-square-fill-mask, %as-pseudo;
|
UI: Update Consul UI colors to use HDS colors (#16111)
* update red color variables to hds
* change background red to be one step lighter
* map oranges
* map greens
* map blues
* map greys
* delete themes, colours: lemon, magenta, strawberry, and vault color aliases
* add unmapped rainbow colours
* replace white and transparent vars, remove unused semantic vars and frame placeholders
* small tweaks to improve contrast, change node health status x/check colours for non-voters to match design doc, replace semantic colour action w hds colour
* add unmapped grays, remove dark theme, manually set nav bar to use dark colours
* map consul pink colour
* map yellows
* add unmapped oranges, delete light theme
* remove readme, base variables, clean up dangling colours
* Start working on the nav disclosure menus
* Update main-nav-horizontal dropdowns
* Format template
* Update box-shadow tokens
* Replace --tone- usage with tokens
* Update nav disabled state and panel border colour
* Replace rgb usage on tile
* Fix permissions modal overlay
* More fixes
* Replace orange-500 with amber-200
* Update badge colors
* Update vertical sidebar colors
* Remove top border on consul peer list ul
---------
Co-authored-by: wenincode <tyler.wendlandt@hashicorp.com>
2023-02-27 16:30:12 +00:00
|
|
|
color: var(--token-color-foreground-critical);
|
2020-09-01 18:13:11 +00:00
|
|
|
}
|
|
|
|
%popover-select .value-empty button::before {
|
|
|
|
@extend %with-minus-square-fill-mask, %as-pseudo;
|
UI: Update Consul UI colors to use HDS colors (#16111)
* update red color variables to hds
* change background red to be one step lighter
* map oranges
* map greens
* map blues
* map greys
* delete themes, colours: lemon, magenta, strawberry, and vault color aliases
* add unmapped rainbow colours
* replace white and transparent vars, remove unused semantic vars and frame placeholders
* small tweaks to improve contrast, change node health status x/check colours for non-voters to match design doc, replace semantic colour action w hds colour
* add unmapped grays, remove dark theme, manually set nav bar to use dark colours
* map consul pink colour
* map yellows
* add unmapped oranges, delete light theme
* remove readme, base variables, clean up dangling colours
* Start working on the nav disclosure menus
* Update main-nav-horizontal dropdowns
* Format template
* Update box-shadow tokens
* Replace --tone- usage with tokens
* Update nav disabled state and panel border colour
* Replace rgb usage on tile
* Fix permissions modal overlay
* More fixes
* Replace orange-500 with amber-200
* Update badge colors
* Update vertical sidebar colors
* Remove top border on consul peer list ul
---------
Co-authored-by: wenincode <tyler.wendlandt@hashicorp.com>
2023-02-27 16:30:12 +00:00
|
|
|
color: var(--token-color-foreground-disabled);
|
2020-09-01 18:13:11 +00:00
|
|
|
}
|
2022-10-11 09:24:10 +00:00
|
|
|
%popover-select .value-unknown button::before {
|
|
|
|
@extend %with-help-circle-outline-mask, %as-pseudo;
|
UI: Update Consul UI colors to use HDS colors (#16111)
* update red color variables to hds
* change background red to be one step lighter
* map oranges
* map greens
* map blues
* map greys
* delete themes, colours: lemon, magenta, strawberry, and vault color aliases
* add unmapped rainbow colours
* replace white and transparent vars, remove unused semantic vars and frame placeholders
* small tweaks to improve contrast, change node health status x/check colours for non-voters to match design doc, replace semantic colour action w hds colour
* add unmapped grays, remove dark theme, manually set nav bar to use dark colours
* map consul pink colour
* map yellows
* add unmapped oranges, delete light theme
* remove readme, base variables, clean up dangling colours
* Start working on the nav disclosure menus
* Update main-nav-horizontal dropdowns
* Format template
* Update box-shadow tokens
* Replace --tone- usage with tokens
* Update nav disabled state and panel border colour
* Replace rgb usage on tile
* Fix permissions modal overlay
* More fixes
* Replace orange-500 with amber-200
* Update badge colors
* Update vertical sidebar colors
* Remove top border on consul peer list ul
---------
Co-authored-by: wenincode <tyler.wendlandt@hashicorp.com>
2023-02-27 16:30:12 +00:00
|
|
|
color: var(--token-color-foreground-faint);
|
2022-10-11 09:24:10 +00:00
|
|
|
}
|
2021-12-06 11:06:33 +00:00
|
|
|
%popover-select.type-source li:not(.partition) button {
|
2020-09-01 18:13:11 +00:00
|
|
|
text-transform: capitalize;
|
|
|
|
}
|
|
|
|
%popover-select.type-source li.aws button {
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
2021-12-06 11:06:33 +00:00
|
|
|
%popover-select.type-source li.partition button::before {
|
|
|
|
@extend %with-user-team-mask, %as-pseudo;
|
UI: Update Consul UI colors to use HDS colors (#16111)
* update red color variables to hds
* change background red to be one step lighter
* map oranges
* map greens
* map blues
* map greys
* delete themes, colours: lemon, magenta, strawberry, and vault color aliases
* add unmapped rainbow colours
* replace white and transparent vars, remove unused semantic vars and frame placeholders
* small tweaks to improve contrast, change node health status x/check colours for non-voters to match design doc, replace semantic colour action w hds colour
* add unmapped grays, remove dark theme, manually set nav bar to use dark colours
* map consul pink colour
* map yellows
* add unmapped oranges, delete light theme
* remove readme, base variables, clean up dangling colours
* Start working on the nav disclosure menus
* Update main-nav-horizontal dropdowns
* Format template
* Update box-shadow tokens
* Replace --tone- usage with tokens
* Update nav disabled state and panel border colour
* Replace rgb usage on tile
* Fix permissions modal overlay
* More fixes
* Replace orange-500 with amber-200
* Update badge colors
* Update vertical sidebar colors
* Remove top border on consul peer list ul
---------
Co-authored-by: wenincode <tyler.wendlandt@hashicorp.com>
2023-02-27 16:30:12 +00:00
|
|
|
color: var(--token-color-foreground-faint);
|
2021-12-06 11:06:33 +00:00
|
|
|
}
|
2021-02-17 18:56:56 +00:00
|
|
|
%popover-select .jwt button::before {
|
2021-06-22 17:56:17 +00:00
|
|
|
@extend %with-logo-jwt-color-icon, %as-pseudo;
|
2021-02-17 18:56:56 +00:00
|
|
|
}
|
|
|
|
%popover-select .oidc button::before {
|
2021-06-22 17:56:17 +00:00
|
|
|
@extend %with-logo-oidc-color-icon, %as-pseudo;
|
2021-02-17 18:56:56 +00:00
|
|
|
}
|
2021-12-06 11:06:33 +00:00
|
|
|
/**/
|