UX: Removing some old references to the star feature

This commit is contained in:
Kris 2018-01-26 13:04:10 -05:00
parent e2d82b882e
commit 76317957ed
6 changed files with 6 additions and 40 deletions

View File

@ -1,5 +1,5 @@
{{#if bulkSelectEnabled}}
<td class='star'>
<td class="bulk-select">
<input type="checkbox" class="bulk-select">
</td>
{{/if}}

View File

@ -1,5 +1,5 @@
{{#if bulkSelectEnabled}}
<th class='star'>
<th class="bulk-select">
{{#if canBulkSelect}}
{{raw "flat-button" class="bulk-select" icon="list" title="topics.bulk.toggle"}}
{{/if}}

View File

@ -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 all

View File

@ -65,20 +65,15 @@
}
button.bulk-select {
padding: 0;
margin-right: 0.3em;
}
.star {
width: 20px;
padding-right: 0;
.d-icon-star {
position: relative;
}
td.bulk-select {
padding: 10px;
+ .main-link {
padding-left: 5px;
padding-left: 0;
}
}
.badge-notification {
position: relative;
top: -2px;
@ -165,11 +160,6 @@
}
}
.topic-list tbody tr.has-excerpt .star {
vertical-align: top;
margin-top: 3px;
}
.topic-list.categories {
a.title {
color: $tertiary;

View File

@ -305,11 +305,6 @@ nav.post-controls {
.avatar { margin-right: 2px; }
}
a.star {
display: inline-block;
float: left;
}
.topic-map {
margin: 20px 0;
background: blend-primary-secondary(5%);

View File

@ -306,7 +306,6 @@ span.post-count {
.btn {
margin-bottom: 5px;
margin-right: 10px;
.d-icon-star {margin-right: 5px;}
}
}