Skip to content
Snippets Groups Projects
Commit 3deaf1f1 authored by Michael Enz's avatar Michael Enz
Browse files

catalog list styles icon fix

parent 0201f2cf
No related branches found
No related tags found
No related merge requests found
......@@ -343,8 +343,13 @@
display: none;
}
h4.o_title>a>i {
display:none;
h4.o_title>a {
//override o_icon styles, hide the icon
font-family: inherit;
font-weight: inherit;
>i {
display:none;
}
}
}
}
......@@ -395,13 +400,16 @@
color: $o-coursesite-meta-title-color;
&:hover {
color: darken($o-coursesite-meta-title-color, 10%);
}
}
//override o_icon styles, hide the icon
font-family: inherit;
font-weight: inherit;
>i {
display:none;
}
}
}
}
h4.o_title>a>i {
display:none;
}
}
@media (min-width: $screen-sm-min) and (max-width: $screen-sm-max) {
......@@ -429,7 +437,7 @@
}
}
}
/* multi-column layout for list and compact styles */
@media (min-width: $screen-sm-min) {
.o_sublevels_list, .o_sublevels_compact {
......
source diff could not be displayed: it is too large. Options to address this: view the blob.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment