Skip to content

Commit 94ac6d7

Browse files
authored
Fix issue #3218 (#6108)
* Fix issue #3218, add comment "// accessibility improvement" before each line changed
1 parent b5ce672 commit 94ac6d7

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

notebook/static/notebook/less/notificationarea.less

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
.kernel_indicator_name {
3131
padding-left: 5px;
3232
padding-right: 5px;
33+
// accessibility improvement
34+
color: #102930
3335
}
3436
}
3537

notebook/static/tree/less/tree.less

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,8 @@ ul.breadcrumb {
186186
}
187187
.running-indicator {
188188
padding-top: @dashboard_tb_pad;
189-
color: darken(@brand-success,20%);
189+
// accessibility improvement
190+
color: darken(@brand-success,25%);
190191
}
191192
.kernel-name {
192193
padding-top: @dashboard_tb_pad;
@@ -204,6 +205,9 @@ ul.breadcrumb {
204205
.kernel-name {
205206
margin-left : @dashboard_lr_pad;
206207
float : right;
208+
// accessibility improvement
209+
color: #489eb8;
210+
font-weight: 700;
207211
}
208212
}
209213

@@ -229,7 +233,8 @@ ul.breadcrumb {
229233
display: inline-block;
230234
padding-left: @dashboard_lr_pad;
231235
margin-left: -2px;
232-
236+
// accessibility improvement
237+
color: darken(@link-color, 10%);
233238

234239
> .breadcrumb {
235240
padding: 0px;

0 commit comments

Comments
 (0)