Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add IE11 styles
Browse files Browse the repository at this point in the history
Aljullu committed Oct 20, 2020
1 parent 3aec808 commit a71f524
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions inc/customizer/class-storefront-customizer.php
Original file line number Diff line number Diff line change
@@ -875,6 +875,13 @@ public function get_css() {
--range-color: ' . $storefront_theme_mods['accent_color'] . ';
}
/* Target only IE11 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.wc-block-components-price-slider__range-input-progress {
background: ' . $storefront_theme_mods['accent_color'] . ';
}
}
.wc-block-components-button:not(.is-link) {
background-color: ' . $storefront_theme_mods['button_alt_background_color'] . ';
color: ' . $storefront_theme_mods['button_alt_text_color'] . ';

0 comments on commit a71f524

Please sign in to comment.