Make cursor not change on has-tip css class

This commit is contained in:
decabeza
2019-04-10 16:17:29 +02:00
parent 90ca78a0bd
commit f8b34f7066

View File

@@ -338,6 +338,7 @@
.has-tip {
border-bottom: 0;
color: $text;
cursor: auto;
font-weight: normal;
}