Fix No description text hover effect when no editable
parent
23f8dd1d18
commit
9ffa447f14
|
@ -159,12 +159,12 @@
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
top: -1.5rem;
|
top: -1.5rem;
|
||||||
}
|
}
|
||||||
.no-description {
|
|
||||||
color: $grayer;
|
|
||||||
}
|
|
||||||
.editable {
|
.editable {
|
||||||
background: $whitish;
|
background: $whitish;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
.no-description {
|
||||||
|
color: $grayer;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue