diff options
author | Zero~Informatique | 2020-02-02 05:20:24 +0100 |
---|---|---|
committer | Zero~Informatique | 2020-02-02 05:20:24 +0100 |
commit | b88adf17c2ff40f051b356bcfab006ff3a7fbc97 (patch) | |
tree | d5bc551039c3b56bf65f392711d0ae8c2a9431ea /viewer/src/components | |
parent | 3ed40acc6a788f4229a7ceab712068ec970e81cd (diff) | |
download | ldgallery-b88adf17c2ff40f051b356bcfab006ff3a7fbc97.tar.gz |
viewer: disabled colour is now static instead of an arbitrary alpha
Diffstat (limited to 'viewer/src/components')
-rw-r--r-- | viewer/src/components/LdBreadcrumb.vue | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/viewer/src/components/LdBreadcrumb.vue b/viewer/src/components/LdBreadcrumb.vue index 8c5b7eb..171e96a 100644 --- a/viewer/src/components/LdBreadcrumb.vue +++ b/viewer/src/components/LdBreadcrumb.vue | |||
@@ -42,8 +42,10 @@ export default class LdBreadcrumb extends Vue { | |||
42 | </script> | 42 | </script> |
43 | 43 | ||
44 | <style lang="scss"> | 44 | <style lang="scss"> |
45 | @import "@/assets/scss/theme.scss"; | ||
46 | |||
45 | .ld-breadcrumb { | 47 | .ld-breadcrumb { |
46 | border-left: 2px solid rgba(white, 0.1); | 48 | border-left: 1px solid $disabled-color; |
47 | padding-left: 15px; | 49 | padding-left: 15px; |
48 | display: flex; | 50 | display: flex; |
49 | list-style: none; | 51 | list-style: none; |