no tooltips on mobile

This commit is contained in:
muerwre 2019-02-19 11:06:08 +07:00
parent c3f22473c9
commit f24f43b71c

View file

@ -157,6 +157,10 @@
font-size: 13px; font-size: 13px;
color: white; color: white;
@media (max-width: @mobile_breakpoint) {
display: none;
}
&::after { &::after {
content: ' '; content: ' ';
width: 10px; width: 10px;