mirror of
https://github.com/vector-im/element-call.git
synced 2026-03-31 07:00:26 +00:00
Remove a unneeded class
This commit is contained in:
@@ -21,10 +21,6 @@
|
||||
flex: auto;
|
||||
}
|
||||
|
||||
.reactionPopupMenuItem {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
:root {
|
||||
--reaction-button-padding: 1em;
|
||||
--reaction-button-size: 1.4em;
|
||||
@@ -49,6 +45,7 @@
|
||||
);
|
||||
max-width: 22.5em;
|
||||
overflow-y: auto;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.reactionButton {
|
||||
|
||||
@@ -112,7 +112,7 @@ export function ReactionPopupMenu({
|
||||
<section>
|
||||
<menu className={styles.reactionsMenu}>
|
||||
{filteredReactionSet.map((reaction) => (
|
||||
<li className={styles.reactionPopupMenuItem} key={reaction.name}>
|
||||
<li key={reaction.name}>
|
||||
<Tooltip label={reaction.name}>
|
||||
<CpdButton
|
||||
kind="secondary"
|
||||
|
||||
Reference in New Issue
Block a user