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
Этот коммит содержится в:
коммит произвёл
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;
|
||||||
}
|
}
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user