Fix invisible selection in the pad creation modal

pull/1/head
yflory 7 years ago
parent 881c36214f
commit 54dd339826

@ -25,7 +25,7 @@
word-wrap: break-word;
}
&.cp-icons-element-selected {
background-color: white;
background-color: rgba(0,0,0,0.2);
color: #666;
}
.fa {

Loading…
Cancel
Save