Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
La Quadrature du Net
persona-non-google
Commits
c056572e
Commit
c056572e
authored
Aug 17, 2021
by
psychobunny
Browse files
fix: notification dropdown unread state toggle
parent
256ed6ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
less/header.less
View file @
c056572e
...
...
@@ -34,36 +34,31 @@
}
}
&.unread {
.bg-variant(@state-warning-bg);
.mark-read:after {
content: "\f111";
}
.mark-read:hover:after {
content: "\f10c";
}
}
.mark-read {
color: @text-muted;
&:after {
font-family: "FontAwesome";
content: "\f10c";
font-family: "Font Awesome 5 Free";
content: @fa-var-circle;
font-weight: 400;
padding: 4px 1rem;
position: relative;
top: 1px;
}
&:hover {
color:
@gray-dark
;
color:
darken(@text-muted, 10%)
;
.pointer;
}
}
&.unread {
.bg-variant(@state-warning-bg);
&:after {
content: "\f111";
}
.mark-read:after {
font-family: "Font Awesome 5 Free";
content: @fa-var-circle;
font-weight: 900;
}
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment