Make scrubber handle have transparent background (#2222)

This commit is contained in:
Alexander Skvortsov 2020-07-01 17:07:13 -04:00 committed by GitHub
parent 50a9f7ce86
commit 0b5a9a2fe6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
& a {
margin-left: -1px;
color: @muted-color;
& .fa {
font-size: 14px;
margin-right: 2px;
@ -39,7 +39,7 @@
.Scrubber-handle {
position: relative;
z-index: 1;
background: @body-bg;
background: transparent;
width: 100%;
padding: 5px 0;
}