Skip to content

Commit

Permalink
chore: update input focus styles
Browse files Browse the repository at this point in the history
  • Loading branch information
inikolova committed Sep 20, 2024
1 parent b439b69 commit e6991fa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples-standalone/coffee-warehouse/src/styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,8 @@ kendo-recurrence-frequency-editor .k-edit-field {
--kendo-color-primary: #1274AC;
}

.settings-panel .k-input-solid:hover {
.settings-panel .k-input-solid:hover,
.settings-panel .k-input-solid:focus,
.settings-panel .k-input-solid.k-focus {
border-color: var(--kendo-color-inverse-hover);
}

0 comments on commit e6991fa

Please sign in to comment.