mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -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;
|
line-height: 1.4;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.tag-untagged {
|
||||||
|
font-style: italic;
|
||||||
|
&:hover,
|
||||||
|
&:focus {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
.tag-menu {
|
.tag-menu {
|
||||||
> a {
|
> a {
|
||||||
border: 1px solid @gray;
|
border: 1px solid @gray;
|
||||||
|
|
Loading…
Reference in a new issue