further work on language selector on mobile view

This commit is contained in:
Jonas Heinrich 2020-04-29 15:48:29 +02:00
parent df552d5478
commit ace2f79fd5
5 changed files with 81 additions and 5 deletions

View file

@ -157,7 +157,16 @@ function kit_customize_css()
color: <?php echo get_theme_mod('theme_color', '#009982'); ?>;
}
.header-lang-small:hover{
/* change color on hover for language selector on mobile view */
.header-lang-small:hover li.active span {
color: <?php echo get_theme_mod('theme_color', '#009982'); ?>;
}
.header-lang-small:hover .icon {
background-color: <?php echo get_theme_mod('theme_color', '#009982'); ?>;
}
.dropdown-content li:hover span {
color: <?php echo get_theme_mod('theme_color', '#009982'); ?>;
}