mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Frontend: Fixes hard-coded font-weight properties to use variables (#18350)
This commit is contained in:
@@ -180,7 +180,7 @@ $select-input-bg-disabled: $input-bg-disabled;
|
||||
flex-direction: column;
|
||||
flex-grow: 1;
|
||||
padding-right: 10px;
|
||||
font-weight: 500;
|
||||
font-weight: $font-weight-semi-bold;
|
||||
}
|
||||
|
||||
.gf-form-select-box__desc-option__desc {
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
color: $orange;
|
||||
font-size: 75%;
|
||||
padding: 3px;
|
||||
font-weight: 500;
|
||||
font-weight: $font-weight-semi-bold;
|
||||
margin-left: 4px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
@@ -28,7 +28,7 @@ $popper-margin-from-ref: 5px;
|
||||
box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
|
||||
padding: 6px 10px;
|
||||
color: $tooltipColor;
|
||||
font-weight: 500;
|
||||
font-weight: $font-weight-semi-bold;
|
||||
|
||||
.popper__arrow {
|
||||
border-color: $tooltipBackground;
|
||||
|
||||
Reference in New Issue
Block a user