Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/sass
diff options
context:
space:
mode:
authorRoberts Lataria <roberts.lataria@zabbix.com>2022-06-09 15:24:07 +0300
committerRoberts Lataria <roberts.lataria@zabbix.com>2022-06-09 15:24:07 +0300
commit363c7322ba4f0f26bf515dde3507fe40bdc72f58 (patch)
tree62cac7e41274ab153fdc49fe4c2507b89207c53c /sass
parent0fb4ddad47558200423d08276dc1fd9d61133c7c (diff)
..F....... [ZBX-20534] added styled scrollbar; fixed text elipsis in left menu
Diffstat (limited to 'sass')
-rw-r--r--sass/stylesheets/sass/components/_toc.scss2
-rw-r--r--sass/stylesheets/sass/screen.scss5
2 files changed, 6 insertions, 1 deletions
diff --git a/sass/stylesheets/sass/components/_toc.scss b/sass/stylesheets/sass/components/_toc.scss
index b0c9f3fd36b..16fb0ffe0c2 100644
--- a/sass/stylesheets/sass/components/_toc.scss
+++ b/sass/stylesheets/sass/components/_toc.scss
@@ -5,7 +5,7 @@
text-overflow: ellipsis;
white-space: nowrap;
line-height: 14px;
- color: $toc-title-color;
+ color: $link-color;
border-bottom: 1px solid $table-border-color;
background: $toc-title-bg-color;
}
diff --git a/sass/stylesheets/sass/screen.scss b/sass/stylesheets/sass/screen.scss
index 1a5b25fe065..3d7438d243d 100644
--- a/sass/stylesheets/sass/screen.scss
+++ b/sass/stylesheets/sass/screen.scss
@@ -6460,6 +6460,11 @@ z-select,
overflow: auto;
border: 1px dashed $form-border-color;
}
+
+ .toc,
+ .diff {
+ @extend %webkit-scrollbar;
+ }
}
.list-dashed {