Fixed breadcrumbs link focus color

This commit is contained in:
Fabio Caccamo
2017-02-07 15:59:17 +01:00
parent d18aadd93d
commit fac0f690df
@@ -70,8 +70,9 @@
color:{{ theme.css_module_link_color }};
}
div.breadcrumbs a:hover,
div.breadcrumbs a:active {
div.breadcrumbs a:active,
div.breadcrumbs a:focus,
div.breadcrumbs a:hover {
color:{{ theme.css_module_link_hover_color }} !important;
}