Skip to content

Commit

Permalink
fix labels pills hover style
Browse files Browse the repository at this point in the history
  • Loading branch information
Ebuson committed Feb 6, 2022
1 parent c6ed63e commit 43355bd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion kahuna/public/js/edits/list-editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ element--partial is part of gr-panel.
background-color: white;
}

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

.element__add,
.element__value {
border-top-left-radius: 2px;
Expand Down Expand Up @@ -115,7 +121,6 @@ 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,
Expand Down

0 comments on commit 43355bd

Please sign in to comment.