mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
remove tiger striping from mobile categories page
This commit is contained in:
parent
7c5c4166db
commit
c29fce142a
2 changed files with 4 additions and 4 deletions
|
@ -19,7 +19,7 @@ body {
|
||||||
}
|
}
|
||||||
#main {
|
#main {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
img.avatar {
|
img.avatar {
|
||||||
&.header {
|
&.header {
|
||||||
width: 45px;
|
width: 45px;
|
||||||
|
@ -62,7 +62,6 @@ blockquote {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
.topic-status {
|
.topic-status {
|
||||||
i {
|
i {
|
||||||
font-size: 1.429em;
|
|
||||||
color: dark-light-diff($secondary, $primary, 40%, -20%);
|
color: dark-light-diff($secondary, $primary, 40%, -20%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -77,8 +77,9 @@
|
||||||
// Category list
|
// Category list
|
||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
|
||||||
tr.category-topic-link:nth-of-type(odd) {
|
tr.category-topic-link {
|
||||||
background-color: darken($secondary, 3%) !important;
|
border-top: darken($secondary, 3%);
|
||||||
|
border-bottom: darken($secondary, 3%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-list.categories {
|
.topic-list.categories {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue