Fix position of search icon (#11003)

th-downstream
Eugen Rochko 6 years ago committed by GitHub
parent df11f10efd
commit f698e28803

@ -3903,7 +3903,7 @@ a.status-card.compact:hover {
.fa {
position: absolute;
top: 15px;
top: 16px;
right: 10px;
z-index: 2;
display: inline-block;
@ -3933,7 +3933,7 @@ a.status-card.compact:hover {
}
.fa-times-circle {
top: 11px;
top: 17px;
transform: rotate(0deg);
color: $action-button-color;
cursor: pointer;

Loading…
Cancel
Save