UX: Removing some old references to the star feature
This commit is contained in:
parent
e2d82b882e
commit
76317957ed
|
@ -1,5 +1,5 @@
|
||||||
{{#if bulkSelectEnabled}}
|
{{#if bulkSelectEnabled}}
|
||||||
<td class='star'>
|
<td class="bulk-select">
|
||||||
<input type="checkbox" class="bulk-select">
|
<input type="checkbox" class="bulk-select">
|
||||||
</td>
|
</td>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{{#if bulkSelectEnabled}}
|
{{#if bulkSelectEnabled}}
|
||||||
<th class='star'>
|
<th class="bulk-select">
|
||||||
{{#if canBulkSelect}}
|
{{#if canBulkSelect}}
|
||||||
{{raw "flat-button" class="bulk-select" icon="list" title="topics.bulk.toggle"}}
|
{{raw "flat-button" class="bulk-select" icon="list" title="topics.bulk.toggle"}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
|
@ -401,25 +401,7 @@ input {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Special elements
|
|
||||||
#main {
|
|
||||||
a.star {
|
|
||||||
color: $secondary-medium;
|
|
||||||
|
|
||||||
&:before {
|
|
||||||
font-family: "FontAwesome";
|
|
||||||
content: "\f005";
|
|
||||||
}
|
|
||||||
|
|
||||||
@include hover {
|
|
||||||
opacity: 0.6;
|
|
||||||
}
|
|
||||||
|
|
||||||
&:active {
|
|
||||||
opacity: 1;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// Media Queries
|
// Media Queries
|
||||||
@media all
|
@media all
|
||||||
|
|
|
@ -65,17 +65,12 @@
|
||||||
}
|
}
|
||||||
button.bulk-select {
|
button.bulk-select {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin-right: 0.3em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.star {
|
td.bulk-select {
|
||||||
width: 20px;
|
padding: 10px;
|
||||||
padding-right: 0;
|
|
||||||
.d-icon-star {
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
+ .main-link {
|
+ .main-link {
|
||||||
padding-left: 5px;
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -165,11 +160,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-list tbody tr.has-excerpt .star {
|
|
||||||
vertical-align: top;
|
|
||||||
margin-top: 3px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.topic-list.categories {
|
.topic-list.categories {
|
||||||
a.title {
|
a.title {
|
||||||
color: $tertiary;
|
color: $tertiary;
|
||||||
|
|
|
@ -305,11 +305,6 @@ nav.post-controls {
|
||||||
.avatar { margin-right: 2px; }
|
.avatar { margin-right: 2px; }
|
||||||
}
|
}
|
||||||
|
|
||||||
a.star {
|
|
||||||
display: inline-block;
|
|
||||||
float: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
.topic-map {
|
.topic-map {
|
||||||
margin: 20px 0;
|
margin: 20px 0;
|
||||||
background: blend-primary-secondary(5%);
|
background: blend-primary-secondary(5%);
|
||||||
|
|
|
@ -306,7 +306,6 @@ span.post-count {
|
||||||
.btn {
|
.btn {
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
.d-icon-star {margin-right: 5px;}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue