mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
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:
parent
1ac13a2788
commit
828235dd9b
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user