Fix invisible selection in the pad creation modal

This commit is contained in:
yflory 2018-04-16 16:01:13 +02:00
parent 881c36214f
commit 54dd339826

View File

@ -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 {