mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-19 01:25:36 -05:00
Add toolbar separator (#4890)
* Add option to add toolbar separator after toolbar component
This commit is contained in:
@@ -68,9 +68,8 @@
|
||||
|
||||
.taskbarSeparator {
|
||||
width: 1px;
|
||||
background-color:#555;
|
||||
margin-right: 6px;
|
||||
margin-top: 3px;
|
||||
background-color:#A5A5A5;
|
||||
margin: 6px 8px;
|
||||
}
|
||||
|
||||
.taskbarTextSeparator {
|
||||
|
||||
Reference in New Issue
Block a user