Skip to content

Commit a92c500

Browse files
committed
Improve the color contrast ration in the ISO19139 metadata modal
1 parent 49a72fe commit a92c500

2 files changed

Lines changed: 23 additions & 3 deletions

File tree

app/assets/stylesheets/_customizations.scss

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,35 @@
1212
height: 6em;
1313
}
1414

15-
// Fixing: AAD-232
1615
.btn-primary {
17-
background-color: #0073EB;
16+
background-color: $link-color;
1817
color: #ffffff;
1918
}
2019

2120
span.facet-label {
2221
span.selected {
2322
color: #208836 !important;
2423
}
24+
}
25+
26+
.nav-pills .nav-link.active,
27+
.nav-pills .show>.nav-link,
28+
.nav-pills .no-js .btn-group:focus-within .dropdown-menu>.nav-link,
29+
.nav-pills .no-js .btn-group:focus-within .twitter-typeahead .tt-menu>.nav-link,
30+
.twitter-typeahead .nav-pills .no-js .btn-group:focus-within .tt-menu>.nav-link,
31+
.no-js .btn-group:focus-within .nav-pills .dropdown-menu>.nav-link,
32+
.no-js .btn-group:focus-within .nav-pills .twitter-typeahead .tt-menu>.nav-link,
33+
.twitter-typeahead .no-js .btn-group:focus-within .nav-pills .tt-menu>.nav-link {
34+
background-color: $link-color;
35+
}
36+
37+
#metadata-container {
38+
a {
39+
color: #006FD6;
40+
41+
&:hover {
42+
color: #0044B3;
43+
text-decoration: underline;
44+
}
45+
}
2546
}

app/assets/stylesheets/application.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// Fixing: AAD-232
21
$link-color: #0073EB;
32
@import 'bootstrap';
43
@import 'blacklight';

0 commit comments

Comments
 (0)