mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Styling for untagged filter.
This commit is contained in:
parent
84a2658259
commit
2d4c5f012a
1 changed files with 7 additions and 0 deletions
|
@ -153,6 +153,13 @@ ul.folders-menu {
|
|||
line-height: 1.4;
|
||||
}
|
||||
}
|
||||
.tag-untagged {
|
||||
font-style: italic;
|
||||
&:hover,
|
||||
&:focus {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
.tag-menu {
|
||||
> a {
|
||||
border: 1px solid @gray;
|
||||
|
|
Loading…
Reference in a new issue