From bbc5cee3d12e143204aef344a2cf7d1ebe627e31 Mon Sep 17 00:00:00 2001 From: Elias Chaaya Date: Tue, 16 Oct 2018 14:25:47 +0200 Subject: [PATCH] fix(dropdown): disable text selection in dropdowns --- src/definitions/modules/dropdown.less | 1 + 1 file changed, 1 insertion(+) diff --git a/src/definitions/modules/dropdown.less b/src/definitions/modules/dropdown.less index 721aa01ef..c2fb5f1ef 100755 --- a/src/definitions/modules/dropdown.less +++ b/src/definitions/modules/dropdown.less @@ -31,6 +31,7 @@ transition: @transition; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); + user-select: none; } /*******************************