Fix typos caused by applyTheme migration (#25193)

Этот коммит содержится в:
Harrison Healey
2023-10-30 09:54:15 -04:00
коммит произвёл GitHub
родитель 7ea88ff4c6
Коммит 2d707017df
3 изменённых файлов: 5 добавлений и 4 удалений

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

@@ -208,7 +208,7 @@
max-width: 100%;
min-height: 40px;
max-height: $max-image-height;
border-color: rgba(var(--center-channel-color), 0.12);
border-color: rgba(var(--center-channel-color-rgb), 0.12);
border-radius: 4px;
transition: all 0.1s linear;

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

@@ -669,7 +669,7 @@
flex: 32px 0 0;
align-items: center;
justify-content: center;
background: rgba(var(--center-channel-color), 0.2);
background: rgba(var(--center-channel-color-rgb), 0.2);
border-radius: 50%;
}

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

@@ -667,7 +667,7 @@
}
.post__body {
color: rbga(var(--center-channel-color-rgb), 0.6);
color: rgba(var(--center-channel-color-rgb), 0.6);
}
}
@@ -1540,10 +1540,11 @@
}
}
// This class is used for the "Commented on" messages with CRT disabled
.post__link {
overflow: hidden;
margin: 2px 0 5px;
color: rgba(var(--center-channel-color), 0.65);
color: rgba(var(--center-channel-color-rgb), 0.65);
font-size: 13px;
text-overflow: ellipsis;
-webkit-user-select: none; /* Chrome all / Safari all */