mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Fixing before after hover for date/new separator
This commit is contained in:
@@ -210,10 +210,14 @@
|
||||
#post-list {
|
||||
.date-seperator, .new-separator {
|
||||
&.hovered--after {
|
||||
background: none;
|
||||
&:before {
|
||||
background: none;
|
||||
}
|
||||
}
|
||||
&.hovered--before {
|
||||
background: none;
|
||||
&:after {
|
||||
background: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user