UI: скрыть неактивные стрелки вложений

This commit is contained in:
AidarKC
2026-08-01 09:47:09 +04:00
parent 620186db1c
commit b6df25c02c
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -2225,6 +2225,10 @@ textarea.input {
z-index: 2;
}
.message-attachment-arrow[hidden] {
display: none;
}
.message-attachment-arrow:disabled {
cursor: default;
opacity: 0.28;