Move the 'btn-ignore-dropdown' css to the scss file to ensure that it works with dark and high contrast themes.

refs #7282
This commit is contained in:
Akshay Joshi 2022-04-20 17:20:40 +05:30
parent 1ac13a2788
commit 828235dd9b
2 changed files with 6 additions and 6 deletions

View File

@ -153,9 +153,3 @@
.slick-cell .ml-3 {
margin-left: 3rem !important;
}
#btn-ignore-dropdown {
color: #fff !important;
background-color: #326690 !important;
border-color: #326690 !important;
}

View File

@ -137,3 +137,9 @@
.select2-selection__placeholder {
color: $select2-placeholder !important;
}
#btn-ignore-dropdown {
color: $btn-primary-color !important;
background-color: $color-primary !important;
border-color: $color-primary !important;
}