mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-22 09:35:37 -05:00
Fix properties container and overflow actionbar styles (#10180)
* Fix styles * Undo bold
This commit is contained in:
@@ -28,14 +28,17 @@ properties-container .columnLayout.property {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
properties-container .propertyName {
|
||||
properties-container .propertyName,
|
||||
properties-container .splitter {
|
||||
opacity: 0.6;
|
||||
font-size: 12px;
|
||||
flex: 0 0 auto
|
||||
}
|
||||
|
||||
.vs-dark properties-container .propertyName,
|
||||
.hc-black properties-container .propertyName {
|
||||
.hc-black properties-container .propertyName,
|
||||
.vs-dark properties-container .splitter,
|
||||
.hc-black properties-container .splitter {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user