This website requires JavaScript.
Explore
Help
Sign In
github
/
overleaf
Watch
1
Star
0
Fork
You've already forked overleaf
0
mirror of
https://github.com/overleaf/overleaf.git
synced
2024-10-31 21:21:03 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
ee6ecfffed
overleaf
/
services
/
web
/
frontend
/
stylesheets
/
components
/
hover.less
12 lines
131 B
Text
Raw
Normal View
History
Unescape
Escape
Add in show-on-hover CSS classes
2015-11-02 08:57:50 -05:00
.hover-container {
Merge pull request #2401 from overleaf/cmg-ns-pretty-less Fix inconsistent use of tabs and spaces in less files GitOrigin-RevId: c69667f0dc6bc70ea3623890e2b2b741e358d454
2019-12-05 14:09:31 -05:00
.show-on-hover {
display: none;
}
&:hover {
.show-on-hover {
display: initial;
}
}
}
Reference in a new issue
Copy permalink