Skip to content

Commit 40bcf5d

Browse files
authored
Fix duplicate icon issue in date picker (#447)
* Fix for Vaadin 7.7.28 and new Jsoup version * Chnage Safari to use PWA approach, deprecate and inactive application cache manifest functionality as incompatible with modern browsers * Fix code formatting * Fix datepicker double icon issue
1 parent 7331dd3 commit 40bcf5d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • vaadin-touchkit-agpl/src/main/java/com/vaadin/addon/touchkit/gwt/client/theme

vaadin-touchkit-agpl/src/main/java/com/vaadin/addon/touchkit/gwt/client/theme/touchkit.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1797,6 +1797,10 @@ select.v-select-select::-ms-expand {
17971797
width:100%;
17981798
}
17991799

1800+
.v-touchkit-datepicker>input::-webkit-calendar-picker-indicator {
1801+
background: none !important;
1802+
}
1803+
18001804
.v-touchkit-datepicker:after,
18011805
.v-select:after {
18021806
content: fa-icon-chevron-down;

0 commit comments

Comments
 (0)