Remove redundant style for toot border
This commit is contained in:
parent
f495a95be5
commit
b6042896e6
|
@ -92,14 +92,9 @@ export default class Toot extends Vue {
|
||||||
"avatar media media"
|
"avatar media media"
|
||||||
"avatar card card"
|
"avatar card card"
|
||||||
"vis action subaction";
|
"vis action subaction";
|
||||||
border-top: solid 1px;
|
|
||||||
border-bottom: solid 1px;
|
|
||||||
|
|
||||||
& + .toot,
|
& + .toot {
|
||||||
&:first-child {
|
border-top: solid 1px;
|
||||||
border-top: none;
|
|
||||||
}
|
|
||||||
&:last-child {
|
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user