Skip to content

Commit

Permalink
refactor: cleanup IE11 vendor prefixes (#782)
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan authored Jan 4, 2021
1 parent 973bdd1 commit b536f07
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion src/vaadin-date-picker-overlay-content.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ class DatePickerOverlayContentElement extends ThemableMixin(DirMixin(GestureEven
-webkit-tap-highlight-color: transparent;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
/* Center the year scroller position. */
--vaadin-infinite-scroller-buffer-offset: 50%;
Expand Down
6 changes: 0 additions & 6 deletions src/vaadin-date-picker-text-field.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@ registerStyles(
direction: rtl;
text-align: left;
}
:host([dir='rtl']) [part='value']:-ms-input-placeholder,
:host([dir='rtl']) [part='input-field'] ::slotted(input):-ms-input-placeholder {
direction: rtl;
text-align: left;
}
`,
{ moduleId: 'vaadin-date-picker-text-field-styles' }
);
Expand Down
1 change: 0 additions & 1 deletion src/vaadin-infinite-scroller.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ class InfiniteScrollerElement extends PolymerElement {
outline: none;
margin-right: -40px;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: none;
overflow-x: hidden;
}
Expand Down
1 change: 0 additions & 1 deletion theme/lumo/vaadin-month-calendar-styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ registerStyles(
css`
:host {
-moz-user-select: none;
-ms-user-select: none;
-webkit-user-select: none;
-webkit-tap-highlight-color: transparent;
user-select: none;
Expand Down

0 comments on commit b536f07

Please sign in to comment.