Minor bug and UI fixes (#6729)
* PLT-6797 - Code block language tag not selectable * PLT-6771 - Aligning search box with RHS * PLT-6827 - Fixing link color in error bar * PLT-6241 - Adding edge detection
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
d8cd38f483
Коммит
dfbb16521c
@@ -18,17 +18,13 @@
|
||||
}
|
||||
|
||||
a {
|
||||
color: $white;
|
||||
color: inherit !important;
|
||||
text-decoration: underline;
|
||||
|
||||
.app__body & {
|
||||
color: $white;
|
||||
|
||||
&:hover,
|
||||
&:active,
|
||||
&:focus {
|
||||
color: $white;
|
||||
}
|
||||
&:hover,
|
||||
&:active,
|
||||
&:focus {
|
||||
color: inherit !important;
|
||||
}
|
||||
|
||||
&.error-bar__close {
|
||||
|
||||
Ссылка в новой задаче
Block a user