mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-21 09:35:38 -05:00
fix the header filter plugin issue (#14333)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user