FIX: minor SK3 styling issues in Safari (#14121)
This commit is contained in:
parent
19632ecfbb
commit
8fa4849abc
|
@ -72,13 +72,17 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
|
|
||||||
|
/* hide native indicator */
|
||||||
|
&::-webkit-details-marker {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
.select-kit-header-wrapper {
|
.select-kit-header-wrapper {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
min-height: 28px;
|
min-height: 28px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex: 1 0 auto;
|
flex: 1 0 auto;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
height: 100%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.d-icon-spinner {
|
.d-icon-spinner {
|
||||||
|
|
Loading…
Reference in New Issue