mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
fix(tags): only show trashcan on hover
This commit is contained in:
@@ -219,7 +219,8 @@
|
|||||||
background-image: url(~client/assets/svg/for-css/positive.svg);
|
background-image: url(~client/assets/svg/for-css/positive.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
.tag-edit-item .input-group-btn {
|
.tag-edit-item {
|
||||||
|
.input-group-btn {
|
||||||
border-bottom: 1px solid $gray-500 !important;
|
border-bottom: 1px solid $gray-500 !important;
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
@@ -227,6 +228,15 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.destroy-icon {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
&:hover .destroy-icon {
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.custom-control-description {
|
.custom-control-description {
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user