Polish map result drawer contrast
This commit is contained in:
@@ -1752,8 +1752,8 @@ button.overview-command-card { cursor: pointer; }
|
||||
border-right: 0;
|
||||
border-radius: var(--gi-radius-md) 0 0 var(--gi-radius-md);
|
||||
padding: 0.55rem 0.7rem;
|
||||
background: var(--gi-brand-800);
|
||||
color: #fff;
|
||||
background: var(--gi-brand-800) !important;
|
||||
color: #fff !important;
|
||||
font-size: var(--gi-text-2xs);
|
||||
font-weight: 750;
|
||||
box-shadow: var(--gi-shadow-md);
|
||||
@@ -1763,7 +1763,7 @@ button.overview-command-card { cursor: pointer; }
|
||||
|
||||
.geo-results-toggle:hover,
|
||||
.geo-results-toggle:focus-visible {
|
||||
background: var(--gi-brand-700);
|
||||
background: var(--gi-brand-700) !important;
|
||||
}
|
||||
|
||||
.geo-results-toggle-open {
|
||||
|
||||
Reference in New Issue
Block a user