Skip to content

Commit 07e9f1b

Browse files
authored
Merge pull request #2319 from adityagarg06/fix/hover-style
Fix: Hover style
2 parents 4a4f4d2 + c3d290b commit 07e9f1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/styles/components/_collection.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
text-align: left;
7575
}
7676

77-
.collection-metadata__description .editable-input--has-value .editable-input__label {
77+
.collection-metadata__description .editable-input--has-value:not(:hover) .editable-input__label {
7878
@include themify() {
7979
color: getThemifyVariable('primary-text-color');
8080
}

0 commit comments

Comments
 (0)