mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Fixed agent filter in dark theme (#5048)
* fixed agent filter in dark theme * added high contrast theme as well
This commit is contained in:
@@ -156,3 +156,8 @@ label {
|
|||||||
.hc-black .slick-header-menu > input.input {
|
.hc-black .slick-header-menu > input.input {
|
||||||
color: #000000;
|
color: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.vs-dark .slick-header-menu,
|
||||||
|
.hc-black .slick-header-menu {
|
||||||
|
color: #FFFFFF;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user