mirror of
https://github.com/discourse/discourse.git
synced 2025-03-03 20:17:41 +08:00
add width and style to mobile category borders
This commit is contained in:
parent
e5888cf090
commit
d7692ba6fd
@ -78,8 +78,8 @@
|
|||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
|
||||||
tr.category-topic-link {
|
tr.category-topic-link {
|
||||||
border-top: darken($secondary, 3%);
|
border-top: darken($secondary, 3%) 1px solid;
|
||||||
border-bottom: darken($secondary, 3%);
|
border-bottom: darken($secondary, 3%) 1px solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-list.categories {
|
.topic-list.categories {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user