mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-04-09 21:34:40 -04:00
fix explorer widget dark theme (#10454)
* force use inherit colors * comments
This commit is contained in:
@@ -17,3 +17,13 @@ explorer-widget .list-row {
|
|||||||
.explorer-widget .slick-cell {
|
.explorer-widget .slick-cell {
|
||||||
border-right-style: none;
|
border-right-style: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The widget could be put into container with class name "grid" and inherit colors unexpectedly,
|
||||||
|
* using this selector to force the cell to use the colors from parent elements
|
||||||
|
*/
|
||||||
|
.grid .explorer-widget .slick-cell {
|
||||||
|
color: inherit;
|
||||||
|
background-color: inherit;
|
||||||
|
border-color: inherit;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user