Skip to content

Commit

Permalink
fix(ui5-datepicker): fix DatePicker hover effect (#999)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilhan007 committed Nov 29, 2019
1 parent aaf6866 commit 44d6c27
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/main/src/themes/Input.css
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,11 @@
border: 1px solid var(--sapUiFieldHoverBorderColor);
}

:host([value-state="None"]:hover) {
background-color: var(--sapUiFieldHoverBackground);
border: 1px solid var(--sapUiFieldHoverBorderColor);
}

:host([value-state]:not([value-state="None"])) {
border-width: var(--_ui5_input_state_border_width);
}
Expand Down

0 comments on commit 44d6c27

Please sign in to comment.