Change out-of-band hashtags design in web UI (#29732)
parent
766c1fea20
commit
dd061291b1
|
@ -9734,18 +9734,24 @@ noscript {
|
||||||
margin-top: 16px;
|
margin-top: 16px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
font-size: 14px;
|
font-size: 12px;
|
||||||
line-height: 18px;
|
line-height: 16px;
|
||||||
gap: 4px;
|
gap: 6px;
|
||||||
color: $darker-text-color;
|
color: $darker-text-color;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
padding: 4px 12px;
|
||||||
|
background: $ui-base-color;
|
||||||
|
border-radius: 4px;
|
||||||
|
font-weight: 500;
|
||||||
|
|
||||||
&:hover span {
|
&:hover,
|
||||||
text-decoration: underline;
|
&:focus,
|
||||||
|
&:active {
|
||||||
|
background: lighten($ui-base-color, 4%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue