suppress reply-to-tab borders
This commit is contained in:
parent
978fb7ff96
commit
853bbbbf06
|
@ -55,7 +55,7 @@ h1 .topic-statuses .topic-status i {
|
||||||
right: 330px;
|
right: 330px;
|
||||||
z-index: 400;
|
z-index: 400;
|
||||||
padding: 10px 6px 5px;
|
padding: 10px 6px 5px;
|
||||||
border: 1px solid scale-color($primary, $lightness: 90%);
|
border-top: 1px solid scale-color($primary, $lightness: 90%);
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
background: $secondary;
|
background: $secondary;
|
||||||
color: scale-color($primary, $lightness: 50%);
|
color: scale-color($primary, $lightness: 50%);
|
||||||
|
|
Loading…
Reference in New Issue