Skip to content

Commit

Permalink
refactor: cleanup IE11 vendor prefixes (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan authored Jan 4, 2021
1 parent 58ff2d8 commit 801d5c0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/vaadin-tabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ class TabsElement extends ElementMixin(
align-self: stretch;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: none;
}
/* This seems more future-proof than \`overflow: -moz-scrollbars-none\` which is marked obsolete
Expand Down
1 change: 0 additions & 1 deletion theme/lumo/vaadin-tab-styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ registerStyles(
min-width: var(--lumo-size-m);
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
Expand Down

0 comments on commit 801d5c0

Please sign in to comment.