1
0
Fork 0
mirror of https://github.com/overleaf/overleaf.git synced 2024-12-22 18:21:59 +00:00
overleaf/services/web/public/stylesheets/components/hover.less
2015-11-02 13:59:34 +00:00

11 lines
No EOL
118 B
Text

.hover-container {
.show-on-hover {
display: none;
}
&:hover {
.show-on-hover {
display: initial;
}
}
}