1
0
Fork 0
mirror of https://github.com/mwalbeck/nextcloud-breeze-dark.git synced 2025-04-08 06:50:11 +00:00

Add styling for Talk reactions, Fixes

This commit is contained in:
Magnus Walbeck 2022-05-14 13:20:15 +02:00
parent b151bf898a
commit dc427e699f
Signed by: mwalbeck
GPG key ID: CCB78CFF3F950769

View file

@ -22,6 +22,18 @@
}
}
.messages .message {
.message-buttons-bar {
border: 1px solid var(--color-border);
box-shadow: unset;
}
.reaction-button__has-reacted,
.reaction-button:hover {
background-color: var(--color-background-hover);
}
}
/* Icons -------------------------------------------------------------------- */
// Used by other apps or just used globally, so it should be available globally