mirror of
https://github.com/nasa/openmct.git
synced 2025-01-19 03:06:54 +00:00
[Frontend] Applied emphasis colors to .key-properties
fixes #1014 Added .key-properties to .major to color the Edit button as intended;
This commit is contained in:
parent
a3443d8077
commit
8080490e5c
@ -51,7 +51,8 @@ $pad: $interiorMargin * $baseRatio;
|
||||
}
|
||||
|
||||
&.major,
|
||||
&.key-edit {
|
||||
&.key-edit,
|
||||
&.key-properties {
|
||||
$bg: $colorBtnMajorBg;
|
||||
$hc: lighten($bg, 10%);
|
||||
@include btnSubtle($bg, $hc, $colorBtnMajorFg, $colorBtnMajorFg);
|
||||
|
Loading…
Reference in New Issue
Block a user