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