1
0
mirror of https://github.com/flarum/core.git synced 2025-08-06 00:17:31 +02:00

fix(a11y): reply placeholder not accessible (#3793)

Signed-off-by: Sami Mazouz <sychocouldy@gmail.com>
This commit is contained in:
Sami Mazouz
2023-04-16 21:13:32 +01:00
committed by GitHub
parent 4901c586ce
commit aa33cfd1f8
2 changed files with 7 additions and 4 deletions

View File

@@ -437,6 +437,9 @@
border: 2px dashed var(--control-bg);
color: var(--muted-color);
border-radius: 10px;
background-color: transparent;
width: 100%;
display: flex;
.Post-header {
margin: 0;