From 0b5f975b5288e1a9548260f9ac8f47453982f9a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Mon, 20 Aug 2018 17:40:17 +0200 Subject: Type update, management and auto selection fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- css/Properties/Properties.scss | 1 + css/Properties/PropertyTitle.scss | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'css') diff --git a/css/Properties/Properties.scss b/css/Properties/Properties.scss index 4092c6ae..30369a80 100644 --- a/css/Properties/Properties.scss +++ b/css/Properties/Properties.scss @@ -74,6 +74,7 @@ padding: $grid-input-padding 0; width: 120px; opacity: .7; + user-select: none; &, .multiselect__input::placeholder { diff --git a/css/Properties/PropertyTitle.scss b/css/Properties/PropertyTitle.scss index c70ba855..4152de6b 100644 --- a/css/Properties/PropertyTitle.scss +++ b/css/Properties/PropertyTitle.scss @@ -28,6 +28,6 @@ user-select: none; .property__title--icon { - background-origin: center right; + background-position: center right; } } \ No newline at end of file -- cgit v1.2.3