mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Theme: Updates gf-form & form-field to better match new form styles (#23345)
* Theme: Updates old gf-form-styles * Removed margin buttom * updated * updated * This will take some time * More style tweaks to both light and dark theme * Minor change * Tweaked table styles
This commit is contained in:
@@ -19,7 +19,7 @@ export const PickerRenderer: FunctionComponent<Props> = props => {
|
||||
<div className="gf-form">
|
||||
{props.variable.hide === VariableHide.dontHide && (
|
||||
<label
|
||||
className="gf-form-label template-variable"
|
||||
className="gf-form-label gf-form-label--variable"
|
||||
aria-label={e2e.pages.Dashboard.SubMenu.selectors.submenuItemLabels(labelOrName)}
|
||||
>
|
||||
{labelOrName}
|
||||
|
||||
Reference in New Issue
Block a user