fix: scope tag-chip x button opacity to modal, cache tagActionFeedback ref
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -655,13 +655,13 @@ header {
|
||||
min-height: 1.1em;
|
||||
}
|
||||
|
||||
/* Tag chip remove button — hidden at rest, visible on hover */
|
||||
.tag-chip .x {
|
||||
/* Tag chip remove button in modal — hidden at rest, visible on hover */
|
||||
.tag-editor .tag-chip .x {
|
||||
opacity: 0;
|
||||
transition: opacity 0.15s ease;
|
||||
margin-left: 4px;
|
||||
}
|
||||
.tag-chip:hover .x {
|
||||
.tag-editor .tag-chip:hover .x {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user