Removed transition when item not clickable
parent
901ff74432
commit
0277a1ad82
|
@ -61,6 +61,11 @@
|
|||
.status {
|
||||
position: relative;
|
||||
text-align: left;
|
||||
.not-clickable {
|
||||
&:hover {
|
||||
color: $grayer;
|
||||
}
|
||||
}
|
||||
.popover {
|
||||
a {
|
||||
text-align: left;
|
||||
|
|
Loading…
Reference in New Issue