Fix the regression with the search icon position (#29417)

pull/29435/head
Roni Laukkarinen 1 year ago committed by GitHub
parent 8f3c91fc3c
commit edfc53856f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -5204,6 +5204,7 @@ a.status-card {
color: $darker-text-color;
cursor: default;
pointer-events: none;
margin-inline-start: 16px - 2px;
&.active {
pointer-events: auto;

Loading…
Cancel
Save