PLT-5470 - Timestamps not visible on dark theme (#5379)

* PLT-5277 - Adjusting textbox on tablet view

* PLT-5277 - Adjusting text area on mobile view

* PLT-5097 - Updating styles for remove image

* PLT-5217 - Updating styles for mobile code block

* PLT-5470 - Timestamps not visible on dark theme
Этот коммит содержится в:
Asaad Mahmood
2017-02-13 20:54:36 +05:00
коммит произвёл Corey Hulen
родитель e4effd0c15
Коммит 88889a9b0e

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

@@ -1200,13 +1200,17 @@
} }
.post__permalink { .post__permalink {
color: #333; color: inherit;
&:hover, &:focus {
color: #333; &:hover,
&:focus {
color: inherit;
} }
&:focus { &:focus {
text-decoration: none; text-decoration: none;
} }
&:hover { &:hover {
text-decoration: underline; text-decoration: underline;
} }