Skip to content

Commit

Permalink
Fix issue with flickering cursor on add subcategory button
Browse files Browse the repository at this point in the history
  • Loading branch information
tkleinke committed Dec 20, 2024
1 parent e2da98a commit 0769f5b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions desktop/src/app/components/widgets/category-picker.scss
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,7 @@ category-picker {
background-color: transparent;
border: 0;
height: 100%;

&:hover {
cursor: default;
}
cursor: default;

&:focus {
outline: none;
Expand Down

0 comments on commit 0769f5b

Please sign in to comment.