mirror of
https://github.com/discourse/discourse.git
synced 2025-06-22 08:21:59 +08:00
TRIVIAL: Remove border thickness from handlebars template. Just do the
color there.
This commit is contained in:
@ -14,7 +14,7 @@
|
|||||||
<tbody>
|
<tbody>
|
||||||
{{#each model.categories}}
|
{{#each model.categories}}
|
||||||
<tr data-category_id='{{unbound id}}' {{bind-attr class="description_excerpt:has-description:no-description"}}>
|
<tr data-category_id='{{unbound id}}' {{bind-attr class="description_excerpt:has-description:no-description"}}>
|
||||||
<td class='category' style="border-left: 6px solid #{{unbound color}}">
|
<td class='category' style="border-color: #{{unbound color}}">
|
||||||
<div>
|
<div>
|
||||||
<div class="pull-left">
|
<div class="pull-left">
|
||||||
{{#if controller.ordering}}<i class="fa fa-bars"></i>{{/if}}
|
{{#if controller.ordering}}<i class="fa fa-bars"></i>{{/if}}
|
||||||
|
@ -266,6 +266,7 @@
|
|||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
padding-top: 15px;
|
padding-top: 15px;
|
||||||
padding-bottom: 15px;
|
padding-bottom: 15px;
|
||||||
|
border-left: 6px solid;
|
||||||
}
|
}
|
||||||
td.stats {
|
td.stats {
|
||||||
.unit {
|
.unit {
|
||||||
|
Reference in New Issue
Block a user