kopia lustrzana https://github.com/nextcloud/social
Standard hover background colour
Signed-off-by: Curtis Parfitt-Ford <curtis@mashedkeyboard.me>pull/982/head
rodzic
8546a5ac5a
commit
a3c1a4ca0f
|
@ -134,12 +134,9 @@ export default {
|
|||
.timeline-entry {
|
||||
padding: 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.timeline-entry:hover {
|
||||
background-color: #F5F5F5;
|
||||
}
|
||||
body.dark .timeline-entry:hover {
|
||||
background-color: #202020;
|
||||
&:hover {
|
||||
background-color: var(--color-background-hover);
|
||||
}
|
||||
}
|
||||
|
||||
.container-icon-boost {
|
||||
|
|
Ładowanie…
Reference in New Issue