Skip to content

Commit f947d26

Browse files
committed
fix(query-editor): preserve stop hover contrast
1 parent 53047d2 commit f947d26

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/containers/Tenant/Query/QueryEditorControls/EditorButton.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
.g-root_theme_dark &,
1515
.g-root_theme_dark-hc & {
1616
--g-button-text-color: var(--g-color-text-dark-primary);
17+
--g-button-text-color-hover: var(--g-color-text-dark-primary);
1718
--g-button-background-color: var(--g-color-base-light);
1819
--g-button-background-color-hover: var(--g-color-base-light-hover);
1920
--g-button-focus-outline-color: var(--g-color-line-light);

0 commit comments

Comments
 (0)