1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-10 10:44:20 +02:00

[ticket/13713] Set mention-list class if needed

PHPBB3-13713
This commit is contained in:
Marc Alexander
2021-05-16 10:45:48 +02:00
parent 643bab44ea
commit 6eeb22cdb5
3 changed files with 26 additions and 11 deletions

View File

@@ -13,7 +13,7 @@
/* Mention dropdown
---------------------------------------- */
.mention-container { /* mention-container */
.mention-container {
text-align: left;
border-radius: 2px;
position: absolute;
@@ -23,7 +23,7 @@
transition: all 0.2s ease;
}
.mention-container ul { /* mention-list */
.mention-list {
margin: 0;
padding: 0;
list-style-type: none;