Browse Source

fix(dropdown): disable text selection in dropdowns

pull/6629/head
Elias Chaaya 6 years ago
parent
commit
bbc5cee3d1
1 changed files with 1 additions and 0 deletions
  1. 1
      src/definitions/modules/dropdown.less

1
src/definitions/modules/dropdown.less

@ -31,6 +31,7 @@
transition: @transition;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
user-select: none;
}
/*******************************

Loading…
Cancel
Save