summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-08-20 17:40:17 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-08-21 18:17:45 +0200
commit0b5f975b5288e1a9548260f9ac8f47453982f9a7 (patch)
tree41c70a22dc26fe6bf42eb4eb5bee22e94d645e87 /css
parent48d0f179817b784eb5133b857ad9981d72dd0ac1 (diff)
Type update, management and auto selection fix
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'css')
-rw-r--r--css/Properties/Properties.scss1
-rw-r--r--css/Properties/PropertyTitle.scss2
2 files changed, 2 insertions, 1 deletions
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