Skip to content

Commit

Permalink
fix people and labels pills hover style
Browse files Browse the repository at this point in the history
  • Loading branch information
Ebuson committed Feb 3, 2022
1 parent 1ece9d2 commit c6ed63e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion kahuna/public/js/edits/list-editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,14 @@ element--partial is part of gr-panel.
border-bottom: 0px;
}

.image-info .element__value:hover,
.image-info__people .element__value:hover,
.image-info__people .element__link:hover,
.image-info__people .element__remove:hover,
.image-info__keywords .element__value:hover,
.image-info__keywords .element__link:hover,
.image-info__keywords .element__remove:hover {
color: #00adee;
color: #222;
background-color: white;
}

Expand Down

0 comments on commit c6ed63e

Please sign in to comment.