PLT-3177 - Fixing ordering for custom themes (#3226)
Fix for bot tag and webhook attachments Adding theme styling for webhooks Removing embed styling Improving margins on compcat view for line breaks
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
0e677f35bb
Коммит
7b99ac0a91
@@ -718,6 +718,7 @@ export function applyTheme(theme) {
|
||||
|
||||
if (theme.linkColor) {
|
||||
changeCss('.app__body a, .app__body a:focus, .app__body a:hover, .app__body .btn, .app__body .btn:focus, .app__body .btn:hover', 'color:' + theme.linkColor, 1);
|
||||
changeCss('.app__body .attachment .attachment__container', 'border-left-color:' + changeOpacity(theme.linkColor, 0.5), 1);
|
||||
changeCss('.app__body .post .comment-icon__container, .app__body .post .post__reply', 'fill:' + theme.linkColor, 1);
|
||||
}
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user