mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-22 12:06:53 -06:00
Fix navbar-toggler-icon visibility in dark mode
This commit is contained in:
parent
c88db77814
commit
796c5d785e
BIN
netbox/project-static/dist/netbox-dark.css
vendored
BIN
netbox/project-static/dist/netbox-dark.css
vendored
Binary file not shown.
@ -23,7 +23,6 @@ $theme-colors: (
|
|||||||
'danger': $danger,
|
'danger': $danger,
|
||||||
'light': $light,
|
'light': $light,
|
||||||
'dark': $dark,
|
'dark': $dark,
|
||||||
|
|
||||||
// General-purpose palette
|
// General-purpose palette
|
||||||
'blue': $blue-300,
|
'blue': $blue-300,
|
||||||
'indigo': $indigo-300,
|
'indigo': $indigo-300,
|
||||||
@ -37,7 +36,7 @@ $theme-colors: (
|
|||||||
'cyan': $cyan-300,
|
'cyan': $cyan-300,
|
||||||
'gray': $gray-300,
|
'gray': $gray-300,
|
||||||
'black': $black,
|
'black': $black,
|
||||||
'white': $white,
|
'white': $white
|
||||||
);
|
);
|
||||||
|
|
||||||
// Gradient
|
// Gradient
|
||||||
@ -146,7 +145,7 @@ $nav-tabs-link-active-border-color: $gray-800 $gray-800 $nav-tabs-link-active-bg
|
|||||||
$nav-pills-link-active-color: $component-active-color;
|
$nav-pills-link-active-color: $component-active-color;
|
||||||
$nav-pills-link-active-bg: $component-active-bg;
|
$nav-pills-link-active-bg: $component-active-bg;
|
||||||
|
|
||||||
$navbar-light-color: $darkest;
|
$navbar-light-color: $navbar-dark-color;
|
||||||
$navbar-light-toggler-icon-bg: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='#{$navbar-light-color}' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
|
$navbar-light-toggler-icon-bg: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='#{$navbar-light-color}' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
|
||||||
$navbar-light-toggler-border-color: $gray-700;
|
$navbar-light-toggler-border-color: $gray-700;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user