Skip to content

Commit

Permalink
Blue hover state for side panel tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
MisRob committed Feb 22, 2024
1 parent faca149 commit 3013e0b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
return this.$computedClass({
':focus': this.$coreOutline,
':hover': {
backgroundColor: this.$themePalette.grey.v_400,
backgroundColor: this.$themePalette.blue.v_200,
},
});
},
Expand Down

0 comments on commit 3013e0b

Please sign in to comment.