Merge pull request 'Fix loader for ie11' (#477) from fix/bugfix into release/v9.0.0

This commit is contained in:
Julia Radzhabova
2025-06-03 14:15:03 +00:00
10 changed files with 40 additions and 10 deletions

View File

@ -159,7 +159,6 @@
display: flex;
flex-direction: column;
justify-content: center;
row-gap: 5px;
}
.loadmask > .sktoolbar ul {
@ -170,6 +169,10 @@
height: 20px;
}
.loadmask > .sktoolbar ul:first-child {
margin-bottom: 5px;
}
.loadmask > .sktoolbar li {
background: #d8dadc;
background: var(--sk-background-toolbar-button, #d8dadc);

View File

@ -105,7 +105,6 @@
display: flex;
flex-direction: column;
justify-content: center;
row-gap: 5px;
}
.loadmask > .sktoolbar ul {
@ -116,6 +115,10 @@
height: 20px;
}
.loadmask > .sktoolbar ul:first-child {
margin-bottom: 5px;
}
.loadmask > .sktoolbar li {
background: #d8dadc;
background: var(--sk-background-toolbar-button, #d8dadc);

View File

@ -132,7 +132,6 @@
display: flex;
flex-direction: column;
justify-content: center;
row-gap: 5px;
}
.loadmask > .sktoolbar ul {
@ -143,6 +142,10 @@
height: 20px;
}
.loadmask > .sktoolbar ul:first-child {
margin-bottom: 5px;
}
.loadmask > .sktoolbar li {
background: #d8dadc;
background: var(--sk-background-toolbar-button, #d8dadc);

View File

@ -98,7 +98,6 @@
display: flex;
flex-direction: column;
justify-content: center;
row-gap: 5px;
}
.loadmask > .sktoolbar ul {
@ -109,6 +108,10 @@
height: 20px;
}
.loadmask > .sktoolbar ul:first-child {
margin-bottom: 5px;
}
.loadmask > .sktoolbar li {
background: #d8dadc;
background: var(--sk-background-toolbar-button, #d8dadc);

View File

@ -128,7 +128,6 @@
display: flex;
flex-direction: column;
justify-content: center;
row-gap: 5px;
}
.loadmask > .sktoolbar ul {
@ -139,6 +138,10 @@
height: 20px;
}
.loadmask > .sktoolbar ul:first-child {
margin-bottom: 5px;
}
.loadmask > .sktoolbar li {
background: #d8dadc;
background: var(--sk-background-toolbar-button, #d8dadc);

View File

@ -100,7 +100,6 @@
display: flex;
flex-direction: column;
justify-content: center;
row-gap: 5px;
}
.loadmask > .sktoolbar ul {
@ -111,6 +110,10 @@
height: 20px;
}
.loadmask > .sktoolbar ul:first-child {
margin-bottom: 5px;
}
.loadmask > .sktoolbar li {
background: #d8dadc;
background: var(--sk-background-toolbar-button, #d8dadc);

View File

@ -130,7 +130,6 @@
display: flex;
flex-direction: column;
justify-content: center;
row-gap: 5px;
}
.loadmask ul {
@ -140,6 +139,10 @@
position: relative;
}
.loadmask > .sktoolbar ul:first-child {
margin-bottom: 5px;
}
.loadmask > .sktoolbar ul {
height: 20px;
}

View File

@ -105,7 +105,6 @@
display: flex;
flex-direction: column;
justify-content: center;
row-gap: 5px;
}
.loadmask ul {
@ -115,6 +114,10 @@
position: relative;
}
.loadmask > .sktoolbar ul:first-child {
margin-bottom: 5px;
}
.loadmask > .sktoolbar ul {
height: 20px;
}

View File

@ -145,7 +145,6 @@
display: flex;
flex-direction: column;
justify-content: center;
row-gap: 5px;
}
.loadmask > .sktoolbar ul {
@ -156,6 +155,10 @@
height: 20px;
}
.loadmask > .sktoolbar ul:first-child {
margin-bottom: 5px;
}
.loadmask > .sktoolbar li {
background: #d8dadc;
background: var(--sk-background-toolbar-button, #d8dadc);

View File

@ -115,7 +115,6 @@
display: flex;
flex-direction: column;
justify-content: center;
row-gap: 5px;
}
.loadmask > .sktoolbar ul {
@ -126,6 +125,10 @@
height: 20px;
}
.loadmask > .sktoolbar ul:first-child {
margin-bottom: 5px;
}
.loadmask > .sktoolbar li {
background: #d8dadc;
background: var(--sk-background-toolbar-button, #d8dadc);