MM-53814 - Updating contrast for accessibility (#24381)
* Updating contrast for accessiblity * Updating accessbility * Updating accessiblity for icons * Updating header icons * Updating text opacity * Updating icons and text * Updating sidebar left * Upadating icon in system console * Updating global header * Updating channel list * Updating tests and fixing conflicts * Updating filter css * Updating css * Updating epehemeral message contrast * Updating icon with 64 opacity * Updating test * Updating confirm license removal csss * Updating unintended files --------- Co-authored-by: Mattermost Build <build@mattermost.com>
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
14dcdf7510
Коммит
ecb09de6c7
@@ -270,13 +270,13 @@
|
||||
|
||||
.group-name {
|
||||
padding-left: 8px;
|
||||
color: rgba(var(--center-channel-color-rgb), 0.64);
|
||||
color: rgba(var(--center-channel-color-rgb), 0.75);
|
||||
}
|
||||
|
||||
.group-member-count {
|
||||
margin-right: 8px;
|
||||
margin-left: auto;
|
||||
color: rgba(var(--center-channel-color-rgb), 0.64);
|
||||
color: rgba(var(--center-channel-color-rgb), 0.75);
|
||||
font-size: 12px;
|
||||
line-height: 16px;
|
||||
}
|
||||
@@ -311,7 +311,7 @@
|
||||
height: auto;
|
||||
align-self: center;
|
||||
padding-right: 12px;
|
||||
color: rgba(var(--center-channel-color-rgb), 0.56);
|
||||
color: rgba(var(--center-channel-color-rgb), 0.64);
|
||||
font-size: 18px;
|
||||
line-height: 18px;
|
||||
}
|
||||
@@ -330,14 +330,14 @@
|
||||
margin-left: auto;
|
||||
background: transparent;
|
||||
border-radius: 4px;
|
||||
color: rgba(var(--center-channel-color-rgb), 0.56);
|
||||
color: rgba(var(--center-channel-color-rgb), 0.75);
|
||||
text-decoration: none;
|
||||
|
||||
&:hover {
|
||||
background: rgba(var(--center-channel-color-rgb), 0.08);
|
||||
border-radius: 4px;
|
||||
color: rgba(var(--center-channel-color-rgb), 0.72);
|
||||
fill: rgba(var(--center-channel-color-rgb), 0.72);
|
||||
color: rgba(var(--center-channel-color-rgb), 0.8);
|
||||
fill: rgba(var(--center-channel-color-rgb), 0.8);
|
||||
}
|
||||
|
||||
&:active {
|
||||
|
||||
Ссылка в новой задаче
Block a user