Skip to content

Commit

Permalink
Merge pull request #2319 from adityagarg06/fix/hover-style
Browse files Browse the repository at this point in the history
Fix: Hover style
  • Loading branch information
lindapaiste authored Jul 30, 2023
2 parents 4a4f4d2 + c3d290b commit 07e9f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/styles/components/_collection.scss
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
text-align: left;
}

.collection-metadata__description .editable-input--has-value .editable-input__label {
.collection-metadata__description .editable-input--has-value:not(:hover) .editable-input__label {
@include themify() {
color: getThemifyVariable('primary-text-color');
}
Expand Down

0 comments on commit 07e9f1b

Please sign in to comment.