[Frontend] Final cleanups, tweaks; Refactored s-icon-btn
open #208 Unit tested in both themes; .s-icon-btn refactored slightly to focus on usage as an icon-only element, removed overlap designations with .s-btn in markup; Colors normalized for theming; Code cleanup;
This commit is contained in:
@@ -18,13 +18,13 @@
|
||||
&:hover .control {
|
||||
margin-right: $interiorMargin;
|
||||
opacity: 1;
|
||||
width: auto;
|
||||
width: 1em;
|
||||
}
|
||||
}
|
||||
|
||||
.value {
|
||||
color: pullForward($colorBodyFg, 20%);
|
||||
font-weight: 600;
|
||||
color: pullForward($colorBodyFg, 50%);
|
||||
font-weight: 400;
|
||||
.direction {
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user