mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-24 17:51:51 +02:00
Fix inconsistent use of tabs and spaces in less files GitOrigin-RevId: c69667f0dc6bc70ea3623890e2b2b741e358d454
12 lines
131 B
Plaintext
12 lines
131 B
Plaintext
.hover-container {
|
|
.show-on-hover {
|
|
display: none;
|
|
}
|
|
|
|
&:hover {
|
|
.show-on-hover {
|
|
display: initial;
|
|
}
|
|
}
|
|
}
|