mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
ui: opnsense-dark theme - remove right border from <aside>, closes https://github.com/opnsense/core/issues/8263
Although its not the fix I preferred, removing the border seems to be the only option that actually works. Setting a border on an item below <aside> does not offer the same result, trying to fix this via the opnsense_theme.js module might be better, but too impactfull.
This commit is contained in:
parent
a556e10d06
commit
464bd59ec3
@ -308,8 +308,6 @@ main.page-content.col-lg-12 {
|
||||
width: 70px;
|
||||
overflow: hidden;
|
||||
background-color: transparent !important;
|
||||
border: none !important;
|
||||
border-right: 1px solid lighten(map-get($colors, content-background), 10%) !important;
|
||||
> div {
|
||||
&.row {
|
||||
height: 100% !important;
|
||||
|
||||
@ -6890,7 +6890,6 @@ main.page-content.col-lg-12 {
|
||||
overflow: hidden;
|
||||
background-color: transparent !important;
|
||||
border: none !important;
|
||||
border-right: 1px solid #2f3446 !important;
|
||||
}
|
||||
#navigation.col-sidebar-left > div.row {
|
||||
height: 100% !important;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user