Skip to content

Commit 05789a9

Browse files
Removes !important.
1 parent 163198b commit 05789a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/libs/editor/src/tags/control/Taxonomy/Taxonomy.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ body :global(.ant-select-tree) {
4949
color: var(--color-neutral-content);
5050
}
5151

52-
body :global(.ant-select-tree .ant-select-tree-node-content-wrapper:hover) {
53-
background-color: var(--color-primary-emphasis-subtle) !important;
52+
body :global(.ant-select-tree .ant-select-tree-treenode .ant-select-tree-node-content-wrapper:hover) {
53+
background-color: var(--color-primary-emphasis-subtle);
5454
color: var(--color-neutral-content);
5555
}
5656

0 commit comments

Comments
 (0)