From 09ec37a772802980d68264f2fed040be36e14c82 Mon Sep 17 00:00:00 2001 From: Zero~Informatique Date: Fri, 3 Apr 2020 21:57:19 +0200 Subject: viewer: tag categories implementation fixed disambiguation by categories following code review GitHub: Resolves #29 --- viewer/src/assets/scss/global.scss | 4 ++-- viewer/src/assets/scss/theme.scss | 2 +- viewer/src/components/LdProposition.vue | 17 +++++++++-------- viewer/src/components/LdTagInput.vue | 9 ++++++++- viewer/src/views/PanelLeft.vue | 4 ++-- 5 files changed, 22 insertions(+), 14 deletions(-) (limited to 'viewer') diff --git a/viewer/src/assets/scss/global.scss b/viewer/src/assets/scss/global.scss index a8a42a1..9e61b8b 100644 --- a/viewer/src/assets/scss/global.scss +++ b/viewer/src/assets/scss/global.scss @@ -85,8 +85,8 @@ button svg + span { overflow: auto; } .scrollbar::-webkit-scrollbar { - width: $scrollbar_width; - height: $scrollbar_width; + width: $scrollbar-width; + height: $scrollbar-width; } .scrollbar::-webkit-scrollbar-corner { background-color: transparent; diff --git a/viewer/src/assets/scss/theme.scss b/viewer/src/assets/scss/theme.scss index 35983a7..feb8543 100644 --- a/viewer/src/assets/scss/theme.scss +++ b/viewer/src/assets/scss/theme.scss @@ -63,7 +63,7 @@ $panel-left-txtcolor: $primary; $command-buttons-bgcolor: $palette-700; $content-bgcolor: $palette-900; $scrollbar-color: $palette-300; -$scrollbar_width: 10px; +$scrollbar-width: 10px; $loader-color: $palette-800; $input-tag-delete-background-color: $palette-700; $breadcrumb-margins: 12px; diff --git a/viewer/src/components/LdProposition.vue b/viewer/src/components/LdProposition.vue index 1a1d387..c69a7c3 100644 --- a/viewer/src/components/LdProposition.vue +++ b/viewer/src/components/LdProposition.vue @@ -20,10 +20,7 @@