mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-06 17:23:53 -05:00
Support icons in panel (#895)
* support icons in panel * formatting * address Smitha comments * address comments
This commit is contained in:
@@ -35,6 +35,7 @@ panel {
|
||||
|
||||
.tabbedPanel .tabList .tab {
|
||||
cursor: pointer;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.tabbedPanel .tabList .tab .tabLabel {
|
||||
@@ -43,6 +44,16 @@ panel {
|
||||
padding-bottom: 4px;
|
||||
}
|
||||
|
||||
.tabbedPanel .tabList .tab .tabLabel.icon {
|
||||
background-repeat: no-repeat;
|
||||
background-position: center 10px;
|
||||
background-size: 25px;
|
||||
line-height: 15px;
|
||||
padding-top: 40px;
|
||||
display: inline-block;
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
.tabbedPanel .tabList .tab-header {
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
|
||||
Reference in New Issue
Block a user