Removed transition when item not clickable

stable
Xavier Julián 2014-10-30 13:58:42 +01:00 committed by David Barragán Merino
parent 901ff74432
commit 0277a1ad82
1 changed files with 5 additions and 0 deletions

View File

@ -61,6 +61,11 @@
.status { .status {
position: relative; position: relative;
text-align: left; text-align: left;
.not-clickable {
&:hover {
color: $grayer;
}
}
.popover { .popover {
a { a {
text-align: left; text-align: left;