Merge pull request #10209 from MrPetovan/bug/10205-frio-link-preview-accents

[frio] Harmonize link preview display with black/dark accented themes
pull/10231/head
Philipp 2021-05-10 16:01:38 +02:00 zatwierdzone przez GitHub
commit f69dab6d1c
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 18 dodań i 0 usunięć

Wyświetl plik

@ -385,3 +385,12 @@ input[type="text"].tt-input {
.textcomplete-item.active > a {
background-color: $nav_icon_hover_color !important;
}
#preview_profile-jot-text, .comment-edit-form .preview {
background-color: $nav_bg;
border-width: 1px;
}
textarea#profile-jot-text:focus + #preview_profile-jot-text, textarea.comment-edit-text:focus + .comment-edit-form .preview {
border-color: $link_color;
}

Wyświetl plik

@ -345,3 +345,12 @@ input[type="text"].tt-input {
.textcomplete-item.active > a {
background-color: $nav_icon_hover_color !important;
}
#preview_profile-jot-text, .comment-edit-form .preview {
background-color: $nav_bg;
border-width: 1px;
}
textarea#profile-jot-text:focus + #preview_profile-jot-text, textarea.comment-edit-text:focus + .comment-edit-form .preview {
border-color: $link_color;
}