Editable Input theme icon

This commit is contained in:
Andrew Nicolaou 2019-11-25 14:05:29 +01:00
parent e114a74b54
commit 001c285f98

View file

@ -24,6 +24,20 @@
.editable-input__icon svg {
width: 1.5rem;
height: 1.5rem;
@include themify() {
path {
fill: getThemifyVariable('inactive-text-color');
}
}
}
.editable-input:hover {
@include themify() {
.editable-input__icon path {
fill: getThemifyVariable('primary-text-color');
}
}
}
.editable-input--is-not-editing .editable-input__input,