mirror of
https://github.com/nasa/openmct.git
synced 2024-12-24 23:36:41 +00:00
[Frontend] Further style cleanups
#689 #740 Tweaked scrollbar thumb color; Fixed color of icons in s-menu-btn menus, particularly for Snow theme; Removed commented code;
This commit is contained in:
parent
53f03cddb7
commit
cc97e567b6
@ -51,9 +51,6 @@
|
|||||||
.title-label {
|
.title-label {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
//&:after {
|
|
||||||
// color: rgba($colorInvokeMenu, 0.5);
|
|
||||||
//}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu {
|
.menu {
|
||||||
@ -113,10 +110,10 @@
|
|||||||
|
|
||||||
.menu,
|
.menu,
|
||||||
.context-menu,
|
.context-menu,
|
||||||
.super-menu {
|
.super-menu,
|
||||||
|
.s-menu-btn .menu {
|
||||||
pointer-events: auto;
|
pointer-events: auto;
|
||||||
ul li {
|
ul li {
|
||||||
//padding-left: 25px;
|
|
||||||
a {
|
a {
|
||||||
color: $colorMenuFg;
|
color: $colorMenuFg;
|
||||||
}
|
}
|
||||||
@ -126,9 +123,6 @@
|
|||||||
.type-icon {
|
.type-icon {
|
||||||
left: $interiorMargin;
|
left: $interiorMargin;
|
||||||
}
|
}
|
||||||
&:hover .icon {
|
|
||||||
//color: lighten($colorMenuIc, 5%);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -146,7 +140,7 @@
|
|||||||
height: $d;
|
height: $d;
|
||||||
width: $d;
|
width: $d;
|
||||||
&:before {
|
&:before {
|
||||||
font-size: 7px !important;// $d/2;
|
font-size: 7px !important;
|
||||||
height: $d;
|
height: $d;
|
||||||
width: $d;
|
width: $d;
|
||||||
line-height: $d;
|
line-height: $d;
|
||||||
@ -173,7 +167,6 @@
|
|||||||
.pane {
|
.pane {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
&.left {
|
&.left {
|
||||||
//@include test();
|
|
||||||
border-right: 1px solid pullForward($colorMenuBg, 10%);
|
border-right: 1px solid pullForward($colorMenuBg, 10%);
|
||||||
left: 0;
|
left: 0;
|
||||||
padding-right: $interiorMargin;
|
padding-right: $interiorMargin;
|
||||||
@ -190,7 +183,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.right {
|
&.right {
|
||||||
//@include test(red);
|
|
||||||
left: auto;
|
left: auto;
|
||||||
right: 0;
|
right: 0;
|
||||||
padding: $interiorMargin * 5;
|
padding: $interiorMargin * 5;
|
||||||
@ -216,7 +208,6 @@
|
|||||||
margin-bottom: 0.5em;
|
margin-bottom: 0.5em;
|
||||||
}
|
}
|
||||||
&.description {
|
&.description {
|
||||||
//color: lighten($colorMenuBg, 30%);
|
|
||||||
color: $colorCreateMenuText;
|
color: $colorCreateMenuText;
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
|
@ -174,7 +174,7 @@ $scrollbarTrackShdw: rgba(#000, 0.2) 0 1px 2px;
|
|||||||
$scrollbarTrackColorBg: rgba(#000, 0.2);
|
$scrollbarTrackColorBg: rgba(#000, 0.2);
|
||||||
$scrollbarThumbColor: darken($colorBodyBg, 50%);
|
$scrollbarThumbColor: darken($colorBodyBg, 50%);
|
||||||
$scrollbarThumbColorHov: $colorKey;
|
$scrollbarThumbColorHov: $colorKey;
|
||||||
$scrollbarThumbColorOverlay: darken($colorOvrBg, 15%);
|
$scrollbarThumbColorOverlay: darken($colorOvrBg, 50%);
|
||||||
$scrollbarThumbColorOverlayHov: $scrollbarThumbColorHov;
|
$scrollbarThumbColorOverlayHov: $scrollbarThumbColorHov;
|
||||||
|
|
||||||
// Splitter
|
// Splitter
|
||||||
|
Loading…
Reference in New Issue
Block a user