FIX: minor SK3 styling issues in Safari (#14121)

This commit is contained in:
Penar Musaraj 2021-08-23 15:42:11 -04:00 committed by GitHub
parent 19632ecfbb
commit 8fa4849abc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -72,13 +72,17 @@
display: flex;
align-items: stretch;
/* hide native indicator */
&::-webkit-details-marker {
display: none;
}
.select-kit-header-wrapper {
box-sizing: border-box;
min-height: 28px;
display: flex;
flex: 1 0 auto;
align-items: center;
height: 100%;
}
.d-icon-spinner {