mirror of https://github.com/tootsuite/mastodon
Pixel-perfect status quo
parent
5577bb5526
commit
3e1f11fa92
|
@ -5617,11 +5617,18 @@ a.status-card {
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|
||||||
|
&:hover,
|
||||||
|
&:focus,
|
||||||
|
&:active,
|
||||||
|
&.selected {
|
||||||
|
color: $primary-text-color;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-button {
|
.icon-button {
|
||||||
flex: 0;
|
flex: 0;
|
||||||
padding: 10px 20px 10px 10px;
|
padding: 10px 19px 10px 10px;
|
||||||
transition: none;
|
transition: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -5630,11 +5637,6 @@ a.status-card {
|
||||||
&:active,
|
&:active,
|
||||||
&.selected {
|
&.selected {
|
||||||
background: $ui-highlight-color;
|
background: $ui-highlight-color;
|
||||||
color: $primary-text-color;
|
|
||||||
|
|
||||||
.icon-button {
|
|
||||||
color: $primary-text-color;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
mark {
|
mark {
|
||||||
|
|
Loading…
Reference in New Issue