diff options
Diffstat (limited to 'viewer')
-rw-r--r-- | viewer/src/assets/scss/theme.scss | 2 | ||||
-rw-r--r-- | viewer/src/components/LdBreadcrumb.vue | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/viewer/src/assets/scss/theme.scss b/viewer/src/assets/scss/theme.scss index 1b474e8..f46b9f5 100644 --- a/viewer/src/assets/scss/theme.scss +++ b/viewer/src/assets/scss/theme.scss | |||
@@ -33,7 +33,7 @@ $loader-color: #272727; | |||
33 | // Overrides - Buefy | 33 | // Overrides - Buefy |
34 | $link: $panel-top-txtcolor; | 34 | $link: $panel-top-txtcolor; |
35 | $link-hover: lightblue; | 35 | $link-hover: lightblue; |
36 | $disabled-color: rgba($link, 0.3); | 36 | $disabled-color: #656589; |
37 | $control-radius: 0; | 37 | $control-radius: 0; |
38 | $input-radius: 0; | 38 | $input-radius: 0; |
39 | $loading-background: $panel-top-bgcolor; | 39 | $loading-background: $panel-top-bgcolor; |
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; |