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:
Ad Schellevis 2025-01-30 10:30:45 +01:00
parent a556e10d06
commit 464bd59ec3
2 changed files with 0 additions and 3 deletions

View File

@ -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;

View File

@ -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;