Skip to content

Commit

Permalink
Fix issue #3218 (#6108)
Browse files Browse the repository at this point in the history
* Fix issue #3218, add comment "// accessibility improvement" before each line changed
  • Loading branch information
Nazeeh21 authored Jul 28, 2021
1 parent b5ce672 commit 94ac6d7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 2 additions & 0 deletions notebook/static/notebook/less/notificationarea.less
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
.kernel_indicator_name {
padding-left: 5px;
padding-right: 5px;
// accessibility improvement
color: #102930
}
}

Expand Down
9 changes: 7 additions & 2 deletions notebook/static/tree/less/tree.less
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,8 @@ ul.breadcrumb {
}
.running-indicator {
padding-top: @dashboard_tb_pad;
color: darken(@brand-success,20%);
// accessibility improvement
color: darken(@brand-success,25%);
}
.kernel-name {
padding-top: @dashboard_tb_pad;
Expand All @@ -204,6 +205,9 @@ ul.breadcrumb {
.kernel-name {
margin-left : @dashboard_lr_pad;
float : right;
// accessibility improvement
color: #489eb8;
font-weight: 700;
}
}

Expand All @@ -229,7 +233,8 @@ ul.breadcrumb {
display: inline-block;
padding-left: @dashboard_lr_pad;
margin-left: -2px;

// accessibility improvement
color: darken(@link-color, 10%);

> .breadcrumb {
padding: 0px;
Expand Down

0 comments on commit 94ac6d7

Please sign in to comment.