mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Fix rename button styling in editor
This commit is contained in:
parent
f21aa0dd94
commit
fde7efbb9f
1 changed files with 9 additions and 0 deletions
|
@ -109,6 +109,15 @@
|
||||||
}
|
}
|
||||||
a.rename {
|
a.rename {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
|
display: inline-block;
|
||||||
|
color: @gray-light;
|
||||||
|
padding: 5px;
|
||||||
|
border-radius: @border-radius-small;
|
||||||
|
&:hover {
|
||||||
|
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
|
||||||
|
color: @gray-dark;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
&:hover {
|
&:hover {
|
||||||
a.rename {
|
a.rename {
|
||||||
|
|
Loading…
Reference in a new issue