Skip to content

Commit b45440c

Browse files
committed
Re-styling facet filters.
1 parent 508e38c commit b45440c

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

src/themes/datashare/styles/_global-styles.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,8 @@ a.btn.btn-outline-primary:hover i.fas.fa-info-circle {
207207

208208
.facet-filter,
209209
.setting-option {
210-
background-color: #ffffff !important;
211-
border: 1px solid var(--datashare-body-color) !important;
210+
background-color: var(--datashare-facet-background-color) !important;
211+
// border: 1px solid var(--datashare-body-color) !important;
212212
}
213213

214214
.filters .toggle-more-filters a,

src/themes/datashare/styles/_theme_css_variable_overrides.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
--datashare-brand-button-primary-hover-active-border: #{$brand-button-primary-hover-active-border};
2828
--datashare-brand-button-primary-focus-bg: #{$brand-button-primary-focus-bg};
2929
--datashare-brand-button-primary-focus-border: #{$brand-button-primary-focus-border};
30+
--datashare-facet-background-color: #{$gray-100};
3031
}
3132

3233

0 commit comments

Comments
 (0)