Skip to content

Commit 1320041

Browse files
nummiRobbieTheWagner
authored andcommitted
Fix hover colors of selected component (#980)
1 parent cff6837 commit 1320041

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/styles/component_tree.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
* Modifier
5959
*/
6060

61-
.component-tree-item--selected {
61+
.component-tree-item--selected.component-tree-item--component {
6262
background: var(--focus);
6363
color: var(--focus-text);
6464

0 commit comments

Comments
 (0)