Editable Input theme icon
This commit is contained in:
parent
e114a74b54
commit
001c285f98
1 changed files with 14 additions and 0 deletions
|
@ -24,6 +24,20 @@
|
||||||
.editable-input__icon svg {
|
.editable-input__icon svg {
|
||||||
width: 1.5rem;
|
width: 1.5rem;
|
||||||
height: 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,
|
.editable-input--is-not-editing .editable-input__input,
|
||||||
|
|
Loading…
Reference in a new issue