Skip to content

Commit 25c628c

Browse files
authored
Merge pull request #3336 from hendrixet/color_contrast
fixed color contrast issue in tree.less
2 parents 6ac6f97 + 23aa0d8 commit 25c628c

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

notebook/static/tree/less/tree.less

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
/**
32
* Primary styles
43
*
@@ -41,7 +40,7 @@ ul.breadcrumb {
4140
font-size: 16px;
4241
margin-right: 4px;
4342
}
44-
43+
4544
span {
4645
color: @dark_dashboard_color;
4746
}
@@ -155,7 +154,7 @@ ul.breadcrumb {
155154
}
156155

157156
.item_icon {
158-
font-size: 14px;
157+
font-size: 14px;
159158
color: @dark_dashboard_color;
160159
margin-right: @dashboard_lr_pad;
161160
margin-left: @dashboard_lr_pad;
@@ -180,7 +179,7 @@ ul.breadcrumb {
180179
}
181180
.running-indicator {
182181
padding-top: @dashboard_tb_pad;
183-
color: @brand-success;
182+
color: darken(@brand-success,20%);
184183
}
185184
.kernel-name {
186185
padding-top: @dashboard_tb_pad;
@@ -224,11 +223,13 @@ ul.breadcrumb {
224223
padding-left: @dashboard_lr_pad;
225224
margin-left: -2px;
226225

226+
227227
> .breadcrumb {
228228
padding: 0px;
229229
margin-bottom: 0px;
230230
background-color: transparent;
231231
font-weight: bold;
232+
232233
}
233234
}
234235

@@ -249,7 +250,7 @@ ul.breadcrumb {
249250
min-width: 50px;
250251
}
251252

252-
[dir="rtl"] #button-select-all.btn {
253+
[dir="rtl"] #button-select-all.btn {
253254
float : right ;
254255
}
255256

@@ -348,7 +349,7 @@ ul#new-menu {
348349
padding-left: @dashboard_lr_pad;
349350
padding-right: @dashboard_lr_pad;
350351
line-height: @btn_mini_height;
351-
352+
352353
a:focus, a:hover {
353354
text-decoration: none;
354355
}

0 commit comments

Comments
 (0)