hint-effects.scss (hint.css-2.6.0) | : | hint-effects.scss (hint.css-2.7.0) | ||
---|---|---|---|---|
skipping to change at line 35 | skipping to change at line 35 | |||
} | } | |||
} | } | |||
// Remove shadows from tooltips. | // Remove shadows from tooltips. | |||
.#{$hintPrefix}no-shadow { | .#{$hintPrefix}no-shadow { | |||
&:before, &:after { | &:before, &:after { | |||
text-shadow: initial; | text-shadow: initial; | |||
box-shadow: initial; | box-shadow: initial; | |||
} | } | |||
} | } | |||
// Remove shadows from tooltips. | ||||
.#{$hintPrefix}no-arrow { | ||||
&:before { | ||||
display: none; | ||||
} | ||||
} | ||||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 0 lines changed or added |