Merge pull request #2683 from awesomerobot/master

adding highlight back to topic-list
This commit is contained in:
Régis Hanol 2014-08-22 17:19:11 +02:00
commit f422e5c8c4
5 changed files with 16 additions and 13 deletions

View file

@ -29,9 +29,6 @@
vertical-align: top;
margin-top: 2px;
}
&.highlighted {
background-color: scale-color($tertiary, $lightness: 85%);
}
}
th,

View file

@ -185,3 +185,13 @@ body {
background: $success;
&.badge-notification[href] {color: $secondary;}
}
.fade {
opacity: 0;
-webkit-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
}
.fade.in {
opacity: 1;
}

View file

@ -68,6 +68,9 @@
&:nth-child(odd) {
background-color: $secondary;
}
&.highlighted {
background-color: scale-color($tertiary, $lightness: 85%);
}
}
button.bulk-select {
padding: 0;

View file

@ -879,16 +879,6 @@ $topic-avatar-width: 45px;
clear: both;
}
.fade {
opacity: 0;
-webkit-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
}
.fade.in {
opacity: 1;
}
#selected-posts {
padding-left: 20px;

View file

@ -36,6 +36,9 @@
&:nth-child(even) {
background-color: $secondary;
}
&.highlighted {
background-color: scale-color($tertiary, $lightness: 85%);
}
}
th,