remove topic list striping, use bottom border
This commit is contained in:
parent
5ef641126f
commit
ce1fe8c8c2
|
@ -16,20 +16,16 @@
|
||||||
|
|
||||||
.topic-list {
|
.topic-list {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-collapse: separate;
|
border-collapse: collapse;
|
||||||
border-spacing: 0;
|
|
||||||
border-top: 1px solid dark-light-diff($primary, $secondary, 90%, -75%);
|
border-top: 1px solid dark-light-diff($primary, $secondary, 90%, -75%);
|
||||||
background: rgba($secondary, .8);
|
background: rgba($secondary, .8);
|
||||||
|
|
||||||
> tbody > tr {
|
> tbody > tr {
|
||||||
|
|
||||||
&.archived a {
|
|
||||||
opacity: 0.6;
|
|
||||||
}
|
|
||||||
&.has-excerpt .star {
|
&.has-excerpt .star {
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
}
|
}
|
||||||
|
border-bottom: 1px solid dark-light-diff($primary, $secondary, 90%, -75%);
|
||||||
}
|
}
|
||||||
|
|
||||||
th,
|
th,
|
||||||
|
|
|
@ -55,12 +55,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
> tbody > tr {
|
> tbody > tr {
|
||||||
&:nth-child(odd) {
|
|
||||||
background-color: darken($secondary, 3%);
|
|
||||||
}
|
|
||||||
&:nth-child(even) {
|
|
||||||
background-color: $secondary;
|
|
||||||
}
|
|
||||||
&.highlighted {
|
&.highlighted {
|
||||||
background-color: dark-light-diff($tertiary, $secondary, 90%, -41%);
|
background-color: dark-light-diff($tertiary, $secondary, 90%, -41%);
|
||||||
}
|
}
|
||||||
|
@ -184,6 +178,7 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
> tbody > tr {
|
> tbody > tr {
|
||||||
|
border-bottom: none;
|
||||||
&:nth-child(odd) {
|
&:nth-child(odd) {
|
||||||
background-color: darken($secondary, 3%);
|
background-color: darken($secondary, 3%);
|
||||||
}
|
}
|
||||||
|
|
|
@ -462,15 +462,6 @@ a.star {
|
||||||
#suggested-topics {
|
#suggested-topics {
|
||||||
clear: left;
|
clear: left;
|
||||||
padding: 20px 0 15px 0;
|
padding: 20px 0 15px 0;
|
||||||
.topic-list {
|
|
||||||
> tbody > tr {
|
|
||||||
&:nth-child(odd) {
|
|
||||||
background-color: darken($secondary, 3%);
|
|
||||||
}
|
|
||||||
&:nth-child(even) {
|
|
||||||
background-color: $secondary;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
table {
|
table {
|
||||||
table-layout: fixed;
|
table-layout: fixed;
|
||||||
|
|
|
@ -582,14 +582,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.paginated-topics-list {
|
.paginated-topics-list {
|
||||||
.topic-list > tbody > tr:nth-child(odd) {
|
|
||||||
background-color: darken($secondary, 3%);
|
|
||||||
}
|
|
||||||
|
|
||||||
.topic-list > tbody > tr:nth-child(even) {
|
|
||||||
background-color: $secondary;
|
|
||||||
}
|
|
||||||
|
|
||||||
.user-content {
|
.user-content {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
|
|
|
@ -30,12 +30,6 @@
|
||||||
.topic-list {
|
.topic-list {
|
||||||
|
|
||||||
> tbody > tr {
|
> tbody > tr {
|
||||||
&:nth-child(even) {
|
|
||||||
background-color: darken($secondary, 3%);
|
|
||||||
}
|
|
||||||
&:nth-child(odd) {
|
|
||||||
background-color: $secondary;
|
|
||||||
}
|
|
||||||
&.highlighted {
|
&.highlighted {
|
||||||
background-color: scale-color($tertiary, $lightness: 85%);
|
background-color: scale-color($tertiary, $lightness: 85%);
|
||||||
}
|
}
|
||||||
|
|
|
@ -579,14 +579,6 @@
|
||||||
.paginated-topics-list {
|
.paginated-topics-list {
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
|
|
||||||
.topic-list > tbody > tr:nth-child(odd) {
|
|
||||||
background-color: darken($secondary, 3%);
|
|
||||||
}
|
|
||||||
|
|
||||||
.topic-list > tbody > tr:nth-child(even) {
|
|
||||||
background-color: $secondary;
|
|
||||||
}
|
|
||||||
|
|
||||||
.user-content {
|
.user-content {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
|
|
Loading…
Reference in New Issue