[MA-49]: Removed visiblity from screen reader when theme options are collapsed (#29782)

Co-authored-by: Mattermost Build <build@mattermost.com>
Этот коммит содержится в:
Saurabh Sharma
2025-01-28 21:10:07 +05:30
коммит произвёл GitHub
родитель a672aa5be5
Коммит b333902bef

Просмотреть файл

@@ -442,6 +442,7 @@
background-color: rgba(255, 255, 255, 0.05);
overflow-y: hidden;
transition: all 0.4s ease-out;
visibility: hidden;
@include mixins.pie-clearfix;
@@ -449,6 +450,7 @@
max-height: 1200px;
padding: 24px 0 0 24px;
margin: 0 20px 0 0;
visibility: visible;
}
}