mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: convert VariableOptions to use emotion instead of scss (#64135)
convert VariableOptions to use emotion instead of scss
This commit is contained in:
@@ -403,4 +403,7 @@ export const Components = {
|
||||
AnalyticsToolbarButton: {
|
||||
button: 'Dashboard insights',
|
||||
},
|
||||
Variables: {
|
||||
variableOption: 'data-testid variable-option',
|
||||
},
|
||||
};
|
||||
|
||||
@@ -354,9 +354,6 @@ $diff-json-changed-num: $text-color;
|
||||
|
||||
$diff-json-icon: $gray-5;
|
||||
|
||||
//Submenu
|
||||
$variable-option-bg: $dropdownLinkBackgroundHover;
|
||||
|
||||
//Switch Slider
|
||||
// -------------------------
|
||||
$switch-bg: $input-bg;
|
||||
|
||||
@@ -353,9 +353,6 @@ $diff-json-changed-num: $gray-4;
|
||||
|
||||
$diff-json-icon: $gray-4;
|
||||
|
||||
//Submenu
|
||||
$variable-option-bg: $dropdownLinkBackgroundHover;
|
||||
|
||||
//Switch Slider
|
||||
// -------------------------
|
||||
$switch-bg: $white;
|
||||
|
||||
Reference in New Issue
Block a user