Revert "FIX: reflects discourse icons naming scheme s/d-icon-*/d-*"
This reverts commit b5ed980235
.
This commit is contained in:
parent
39810e4425
commit
dd5562322b
|
@ -25,7 +25,7 @@ export default Ember.Component.extend(CleansUp, {
|
|||
|
||||
if (!this.get('showPeriods')) {
|
||||
if (!this.site.mobileView) {
|
||||
const $chevron = this.$('.d-caret-down');
|
||||
const $chevron = this.$('.d-icon-caret-down');
|
||||
this.$('#period-popup').css($chevron.position());
|
||||
} else {
|
||||
this.$('#period-popup').css({top: this.$().height()});
|
||||
|
|
|
@ -8,7 +8,7 @@ export default Ember.Component.extend(bufferedRender({
|
|||
rerenderTriggers: ['topic.archived', 'topic.closed', 'topic.pinned', 'topic.visible', 'topic.unpinned', 'topic.is_warning'],
|
||||
|
||||
click(e) {
|
||||
if ($(e.target).hasClass('d-thumb-tack')) {
|
||||
if ($(e.target).hasClass('d-icon-thumb-tack')) {
|
||||
const topic = this.get('topic');
|
||||
|
||||
// only pin unpin for now
|
||||
|
|
|
@ -53,8 +53,8 @@ $mobile-breakpoint: 700px;
|
|||
background-color: lighten($primary, 80%);
|
||||
}
|
||||
|
||||
.d-chevron-down,
|
||||
.d-chevron-up {
|
||||
.d-icon-chevron-down,
|
||||
.d-icon-chevron-up {
|
||||
margin-left: 0.5em;
|
||||
}
|
||||
}
|
||||
|
@ -905,7 +905,7 @@ table.api-keys {
|
|||
.d-icon {
|
||||
color: $primary;
|
||||
}
|
||||
.d-heart {
|
||||
.d-icon-heart {
|
||||
color: $love;
|
||||
}
|
||||
}
|
||||
|
@ -1386,10 +1386,10 @@ table.api-keys {
|
|||
}
|
||||
|
||||
.tl3-requirements {
|
||||
.d-check {
|
||||
.d-icon-check {
|
||||
color: $success;
|
||||
}
|
||||
.d-times {
|
||||
.d-icon-times {
|
||||
color: $danger;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -104,7 +104,7 @@
|
|||
margin-left: 8px;
|
||||
}
|
||||
|
||||
.d-mobile {
|
||||
.d-icon-mobile {
|
||||
position: relative;
|
||||
top: -3px;
|
||||
font-size: 1.5em;
|
||||
|
|
|
@ -276,7 +276,7 @@ ol.category-breadcrumb {
|
|||
}
|
||||
}
|
||||
|
||||
.d-thumb-tack.unpinned {
|
||||
.d-icon-thumb-tack.unpinned {
|
||||
@include fa-icon-rotate(180deg, 1);
|
||||
color: $primary;
|
||||
/* because it is rotated, right becomes left! */
|
||||
|
|
|
@ -197,7 +197,7 @@
|
|||
margin: 0;
|
||||
|
||||
li {
|
||||
.d-users {
|
||||
.d-icon-users {
|
||||
color: lighten($primary, 40%);
|
||||
padding: 0 2px;
|
||||
}
|
||||
|
|
|
@ -49,11 +49,11 @@
|
|||
white-space: nowrap;
|
||||
|
||||
width: 13%;
|
||||
.d-heart {
|
||||
.d-icon-heart {
|
||||
color: $love;
|
||||
margin-right: 0.5em;
|
||||
}
|
||||
.d-chevron-down, .d-chevron-up {
|
||||
.d-icon-chevron-down, .d-icon-chevron-up {
|
||||
margin-left: 0.5em;
|
||||
}
|
||||
|
||||
|
|
|
@ -196,7 +196,7 @@ img.emoji {
|
|||
align-items: center;
|
||||
}
|
||||
|
||||
.emoji-picker .filter .d-search {
|
||||
.emoji-picker .filter .d-icon-search {
|
||||
color: dark-light-choose($header_primary-medium, $header_primary);
|
||||
font-size: 16px;
|
||||
margin-left: 5px;
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
}
|
||||
.desc {
|
||||
margin-top: 16px;
|
||||
.d-check-circle {
|
||||
.d-icon-check-circle {
|
||||
color: $success;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
max-height: 40px;
|
||||
}
|
||||
|
||||
.d-home {
|
||||
.d-icon-home {
|
||||
font-size: 1.643em;
|
||||
}
|
||||
|
||||
|
|
|
@ -80,7 +80,7 @@
|
|||
background-color: lighten($highlight, 23%);
|
||||
padding: 3px 5px 5px 5px;
|
||||
}
|
||||
.d-ban {
|
||||
.d-icon-ban {
|
||||
color: #f00;
|
||||
}
|
||||
.hidden-revision-either {
|
||||
|
|
|
@ -234,7 +234,7 @@
|
|||
}
|
||||
}
|
||||
.is-warning {
|
||||
.d-envelope-o {
|
||||
.d-icon-envelope-o {
|
||||
&:before {
|
||||
content: "\f0e0";
|
||||
}
|
||||
|
@ -326,7 +326,7 @@ div.menu-links-header {
|
|||
a {
|
||||
font-size: 1.1em;
|
||||
}
|
||||
.d-user {
|
||||
.d-icon-user {
|
||||
margin-right: 0.2em;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -299,7 +299,7 @@
|
|||
.permission {
|
||||
margin-left: 20px;
|
||||
}
|
||||
.d-times-circle {
|
||||
.d-icon-times-circle {
|
||||
margin-left: 5px;
|
||||
}
|
||||
li {
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
right: 0 !important;
|
||||
}
|
||||
|
||||
// This is used to flip the .d-caret-right
|
||||
// This is used to flip the .d-icon-caret-right
|
||||
@mixin rotate( $degrees ) {
|
||||
-webkit-transform: rotate(#{$degrees}deg);
|
||||
-moz-transform: rotate(#{$degrees}deg);
|
||||
|
@ -21,7 +21,7 @@
|
|||
}
|
||||
|
||||
// Get the right caret to point left
|
||||
.rtl .d-caret-right {
|
||||
.rtl .d-icon-caret-right {
|
||||
@include rotate(180);
|
||||
}
|
||||
|
||||
|
|
|
@ -225,7 +225,7 @@ header .discourse-tag {color: $tag-color }
|
|||
}
|
||||
|
||||
.autocomplete {
|
||||
.d-tag {
|
||||
.d-icon-tag {
|
||||
color: dark-light-choose($primary, $primary-low-mid);
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
}
|
||||
|
||||
.user-main {
|
||||
.d-heart {
|
||||
.d-icon-heart {
|
||||
color: $love !important;
|
||||
}
|
||||
|
||||
|
@ -538,3 +538,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -164,7 +164,7 @@
|
|||
padding: 5px;
|
||||
width: 13px;
|
||||
|
||||
.d-caret-right {
|
||||
.d-icon-caret-right {
|
||||
margin-left: 2px;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -43,7 +43,7 @@ header {
|
|||
}
|
||||
}
|
||||
|
||||
.d-envelope {
|
||||
.d-icon-envelope {
|
||||
color: $danger;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
left: 0;
|
||||
padding-top: 3px;
|
||||
height: 60px;
|
||||
.d-home {
|
||||
.d-icon-home {
|
||||
padding:8px;
|
||||
font-size: 2.1em;
|
||||
}
|
||||
|
|
|
@ -34,10 +34,10 @@
|
|||
// --------------------------------------------------
|
||||
|
||||
.topic-list-icons {
|
||||
.d-thumb-tack { color: dark-light-choose($primary-medium, $secondary-medium); }
|
||||
.d-thumb-tack.unpinned { color: dark-light-choose($primary-medium, $secondary-medium); }
|
||||
.d-icon-thumb-tack { color: dark-light-choose($primary-medium, $secondary-medium); }
|
||||
.d-icon-thumb-tack.unpinned { color: dark-light-choose($primary-medium, $secondary-medium); }
|
||||
a.title {color: $primary;}
|
||||
.d-bookmark { color: dark-light-choose($primary-medium, $secondary-medium); }
|
||||
.d-icon-bookmark { color: dark-light-choose($primary-medium, $secondary-medium); }
|
||||
}
|
||||
|
||||
.topic-list {
|
||||
|
@ -72,7 +72,7 @@
|
|||
.star {
|
||||
width: 20px;
|
||||
padding-right: 0;
|
||||
.d-star {
|
||||
.d-icon-star {
|
||||
position: relative;
|
||||
}
|
||||
+ .main-link {
|
||||
|
|
|
@ -249,7 +249,7 @@ nav.post-controls {
|
|||
}
|
||||
|
||||
.post-date { color: dark-light-choose($primary-medium, $secondary-high); }
|
||||
.d-arrow-up, .d-arrow-down { margin-left: 5px; }
|
||||
.d-icon-arrow-up, .d-icon-arrow-down { margin-left: 5px; }
|
||||
.reply:first-of-type .row { border-top: none; }
|
||||
|
||||
.topic-meta-data {
|
||||
|
@ -373,7 +373,7 @@ a.star {
|
|||
font-weight: bold;
|
||||
font-size: 0.929em;
|
||||
}
|
||||
.d-times {
|
||||
.d-icon-times {
|
||||
color: dark-light-choose($primary-medium, $secondary-high);
|
||||
}
|
||||
}
|
||||
|
@ -443,10 +443,10 @@ a.star {
|
|||
}
|
||||
.btn {
|
||||
@include topic-footer-button;
|
||||
.d-bookmark.bookmarked { color: $tertiary; }
|
||||
.d-icon-bookmark.bookmarked { color: $tertiary; }
|
||||
}
|
||||
|
||||
.bookmark.bookmarked .d-bookmark {
|
||||
.bookmark.bookmarked .d-icon-bookmark {
|
||||
color: $tertiary;
|
||||
}
|
||||
}
|
||||
|
@ -519,7 +519,7 @@ video {
|
|||
|
||||
.topic-statuses {
|
||||
i { color: $header_primary; }
|
||||
.d-envelope { color: $danger; }
|
||||
.d-icon-envelope { color: $danger; }
|
||||
.unpinned { color: $header_primary; }
|
||||
}
|
||||
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
margin-left: 0.2em;
|
||||
color: blend-primary-secondary(50%);
|
||||
}
|
||||
.d-heart {
|
||||
.d-icon-heart {
|
||||
color: $love;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -112,7 +112,7 @@ h2 {
|
|||
display: block;
|
||||
}
|
||||
|
||||
.d-caret-down {
|
||||
.d-icon-caret-down {
|
||||
position: absolute;
|
||||
right: 0px;
|
||||
}
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
}
|
||||
.nav-pills > li {
|
||||
background: $primary-low;
|
||||
.d-caret-down {
|
||||
.d-icon-caret-down {
|
||||
margin-left: 8px;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -289,7 +289,7 @@ a.star {
|
|||
#topic-footer-buttons {
|
||||
@include clearfix;
|
||||
padding: 20px 0 0 0;
|
||||
.d-bookmark.bookmarked { color: $tertiary; }
|
||||
.d-icon-bookmark.bookmarked { color: $tertiary; }
|
||||
|
||||
.combobox {
|
||||
float: left;
|
||||
|
@ -337,7 +337,7 @@ span.post-count {
|
|||
.btn {
|
||||
margin-bottom: 5px;
|
||||
margin-right: 10px;
|
||||
.d-star {margin-right: 5px;}
|
||||
.d-icon-star {margin-right: 5px;}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -227,11 +227,11 @@ body.wizard {
|
|||
background-color: #ccc;
|
||||
}
|
||||
|
||||
.d-chevron-right {
|
||||
.d-icon-chevron-right {
|
||||
margin-left: 0.25em;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
.d-chevron-left {
|
||||
.d-icon-chevron-left {
|
||||
margin-right: 0.25em;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
@ -290,7 +290,7 @@ body.wizard {
|
|||
.wizard-btn.next {
|
||||
min-width: 70px;
|
||||
|
||||
.d-chevron-right {
|
||||
.d-icon-chevron-right {
|
||||
margin-left: 0.25em;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue