Fix No description text hover effect when no editable

stable
Xavier Julián 2014-10-30 17:16:26 +01:00
parent 23f8dd1d18
commit 9ffa447f14
1 changed files with 3 additions and 3 deletions

View File

@ -159,12 +159,12 @@
opacity: 1;
top: -1.5rem;
}
.no-description {
color: $grayer;
}
.editable {
background: $whitish;
cursor: pointer;
.no-description {
color: $grayer;
}
}
}
}