Skip to content

Commit

Permalink
Remove ng-select box-shadow effect on hover
Browse files Browse the repository at this point in the history
  • Loading branch information
tkleinke committed Aug 2, 2023
1 parent 045dc99 commit a456465
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions desktop/src/app/components/widgets/searchable-select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
font-size: 13px;
transition: border-color 0.15s ease-in-out;

&:hover {
box-shadow: none;
}

.ng-clear-wrapper,
.ng-arrow-wrapper {
cursor: default;
Expand Down

0 comments on commit a456465

Please sign in to comment.