Skip to content

Commit a4b60fc

Browse files
author
Laurent Nguyen
committed
Remove unnecessary padding for Fabric
1 parent d42eeba commit a4b60fc

File tree

1 file changed

+12
-20
lines changed

1 file changed

+12
-20
lines changed

less/documentDBFabric.less

Lines changed: 12 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ a:focus {
2626

2727
#divExplorer {
2828
background-color: #f5f5f5;
29-
padding: @FabricBoxMargin;
3029
}
3130

3231
.resourceTreeAndTabs {
@@ -38,12 +37,12 @@ a:focus {
3837
}
3938

4039
.tabsManagerContainer {
41-
background-color: #ffffff
40+
background-color: #ffffff;
4241
}
4342

4443
.nav-tabs-margin {
4544
padding-top: 5px;
46-
background-color: #ffffff
45+
background-color: #ffffff;
4746
}
4847

4948
.commandBarContainer {
@@ -68,17 +67,16 @@ a:focus {
6867
}
6968
}
7069

71-
72-
.nav-tabs>li>.tabNavContentContainer>.tab_Content:hover {
70+
.nav-tabs > li > .tabNavContentContainer > .tab_Content:hover {
7371
border-bottom: 2px solid #e0e0e0;
7472
}
7573

76-
.nav-tabs>li.active>.tabNavContentContainer>.tab_Content,
77-
.nav-tabs>li.active>.tabNavContentContainer>.tab_Content:hover {
74+
.nav-tabs > li.active > .tabNavContentContainer > .tab_Content,
75+
.nav-tabs > li.active > .tabNavContentContainer > .tab_Content:hover {
7876
border-bottom: 2px solid @FabricAccentMedium;
7977
}
8078

81-
.nav-tabs>li.active>.tabNavContentContainer>.tab_Content>.contentWrapper>.tabNavText {
79+
.nav-tabs > li.active > .tabNavContentContainer > .tab_Content > .contentWrapper > .tabNavText {
8280
border-bottom: 0px none transparent;
8381
}
8482

@@ -97,10 +95,10 @@ a:focus {
9795
padding-bottom: @SmallSpace;
9896

9997
.contentWrapper {
100-
.statusIconContainer {
101-
margin-left: 0px;
102-
}
98+
.statusIconContainer {
99+
margin-left: 0px;
103100
}
101+
}
104102

105103
.tabIconSection {
106104
.cancelButton {
@@ -122,7 +120,6 @@ a:focus {
122120
}
123121
}
124122

125-
126123
.resourceTree {
127124
padding: 12px;
128125
}
@@ -159,24 +156,21 @@ a:focus {
159156
}
160157

161158
.selected {
162-
&>.treeNodeHeader {
159+
& > .treeNodeHeader {
163160
background-color: @FabricAccentExtra;
164161
}
165162
}
166163
}
167164
}
168165

169-
170166
.dataExplorerErrorConsoleContainer {
171-
border-radius: 0px 0px @FabricBoxBorderRadius @FabricBoxBorderRadius;
167+
border-radius: 0px 0px @FabricBoxBorderRadius @FabricBoxBorderRadius;
172168
box-shadow: @FabricBoxBorderShadow;
173169
margin-top: 0px;
174170
width: auto;
175171
align-self: auto;
176172
}
177173

178-
179-
180174
.filterbtnstyle {
181175
background: #fff;
182176
color: #000;
@@ -202,12 +196,10 @@ a:focus {
202196
border: solid 1px #d1d1d1;
203197
}
204198

205-
206199
.gridRowSelected .tabdocumentsGridElement:hover {
207200
background-color: @FabricAccentLight !important;
208201
}
209202

210-
211203
.refreshcol {
212204
filter: brightness(0) saturate(100%);
213205
}
@@ -218,4 +210,4 @@ a:focus {
218210

219211
.fileImportImg img {
220212
filter: brightness(0) saturate(100%);
221-
}
213+
}

0 commit comments

Comments
 (0)