overleaf/services/web/public/stylesheets/components/hover.less

11 lines
118 B
Text
Raw Normal View History

2015-11-02 08:57:50 -05:00
.hover-container {
.show-on-hover {
display: none;
}
&:hover {
.show-on-hover {
display: initial;
}
}
}