summaryrefslogtreecommitdiffstats
path: root/webapp/sass/components
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass/components')
-rw-r--r--webapp/sass/components/_scrollbar.scss16
-rw-r--r--webapp/sass/components/_status-icon.scss2
2 files changed, 17 insertions, 1 deletions
diff --git a/webapp/sass/components/_scrollbar.scss b/webapp/sass/components/_scrollbar.scss
index 66b476166..5c8f06a2d 100644
--- a/webapp/sass/components/_scrollbar.scss
+++ b/webapp/sass/components/_scrollbar.scss
@@ -24,6 +24,22 @@ body {
scrollbar-shadow-color: #2D2C4D;
scrollbar-track-color: rgba(0, 0, 0, .1);
}
+
+ .ps {
+ > .ps__scrollbar-y-rail {
+ > .ps__scrollbar-y {
+ width: 6px !important;
+ }
+ }
+
+ &:hover {
+ > .ps__scrollbar-y-rail {
+ &:hover {
+ background: transparent;
+ }
+ }
+ }
+ }
}
.scrollbar--horizontal,
diff --git a/webapp/sass/components/_status-icon.scss b/webapp/sass/components/_status-icon.scss
index ea87461c0..2e1ba61b3 100644
--- a/webapp/sass/components/_status-icon.scss
+++ b/webapp/sass/components/_status-icon.scss
@@ -27,7 +27,7 @@
@include opacity(1);
font-size: 10px;
position: relative;
- top: 2px;
+ top: 4px;
}
}