UX: Removing some old references to the star feature
This commit is contained in:
parent
e2d82b882e
commit
76317957ed
|
@ -1,5 +1,5 @@
|
|||
{{#if bulkSelectEnabled}}
|
||||
<td class='star'>
|
||||
<td class="bulk-select">
|
||||
<input type="checkbox" class="bulk-select">
|
||||
</td>
|
||||
{{/if}}
|
||||
|
|
|
@ -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}}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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%);
|
||||
|
|
|
@ -306,7 +306,6 @@ span.post-count {
|
|||
.btn {
|
||||
margin-bottom: 5px;
|
||||
margin-right: 10px;
|
||||
.d-icon-star {margin-right: 5px;}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue