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
ce902bcd
Commit
ce902bcd
authored
Aug 25, 2021
by
Julian Lam
Browse files
feat: only show topic event deletion button on hover
parent
41e4cfb8
Changes
1
Hide whitespace changes
Inline
Side-by-side
less/mixins.less
View file @
ce902bcd
...
...
@@ -110,6 +110,24 @@
}
}
@media (min-width: @screen-sm) {
.timeline-event {
[component="topic/event/delete"] {
visibility: hidden;
}
&:hover {
[component="topic/event/delete"] {
visibility: visible;
&:hover {
color: @brand-danger;
}
}
}
}
}
.necro-post {
border-left-style: dashed;
}
...
...
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