fix the header filter plugin issue (#14333)

This commit is contained in:
Alan Ren
2021-02-18 00:10:41 -08:00
committed by GitHub
parent 87a9ae0975
commit 30f55be67d
5 changed files with 36 additions and 23 deletions

View File

@@ -37,14 +37,15 @@
.slick-header-menubutton {
background-position: center center;
background-repeat: no-repeat;
bottom: 0;
cursor: pointer;
display: inline-block;
position: absolute;
right: 10px;
top: 0;
width: 18px;
width: 16px;
background-image: url('down.svg');
flex: 0 0 auto;
margin-right: 2px;
background-color: transparent;
border: 0px;
padding: 0px;
}
.vs-dark .slick-header-menubutton,