Fixed #6663 - FileUpload message overlaps with ProgressBar
parent
3dae3d01de
commit
a88196e698
|
@ -66,7 +66,7 @@ export default {
|
|||
borderRadius: '50%',
|
||||
size: '1.75rem',
|
||||
color: '{text.muted.color}',
|
||||
hoverColor: '{text.muted.hover.color}',
|
||||
hoverColor: '{text.hover.muted.color}',
|
||||
hoverBackground: '{content.hover.background}',
|
||||
focusRing: {
|
||||
width: '{focus.ring.width}',
|
||||
|
|
|
@ -49,7 +49,7 @@ export default {
|
|||
borderRadius: '50%',
|
||||
size: '1.75rem',
|
||||
color: '{text.muted.color}',
|
||||
hoverColor: '{text.muted.hover.color}',
|
||||
hoverColor: '{text.hover.muted.color}',
|
||||
hoverBackground: '{content.hover.background}',
|
||||
focusRing: {
|
||||
width: '{focus.ring.width}',
|
||||
|
|
|
@ -65,7 +65,7 @@ export default {
|
|||
borderRadius: '50%',
|
||||
size: '2rem',
|
||||
color: '{text.muted.color}',
|
||||
hoverColor: '{text.muted.hover.color}',
|
||||
hoverColor: '{text.hover.muted.color}',
|
||||
hoverBackground: '{content.hover.background}',
|
||||
focusRing: {
|
||||
width: '{focus.ring.width}',
|
||||
|
|
|
@ -48,7 +48,7 @@ export default {
|
|||
borderRadius: '50%',
|
||||
size: '2rem',
|
||||
color: '{text.muted.color}',
|
||||
hoverColor: '{text.muted.hover.color}',
|
||||
hoverColor: '{text.hover.muted.color}',
|
||||
hoverBackground: '{content.hover.background}',
|
||||
focusRing: {
|
||||
width: '{focus.ring.width}',
|
||||
|
|
|
@ -66,7 +66,7 @@ export default {
|
|||
borderRadius: '50%',
|
||||
size: '2.5rem',
|
||||
color: '{text.muted.color}',
|
||||
hoverColor: '{text.muted.hover.color}',
|
||||
hoverColor: '{text.hover.muted.color}',
|
||||
hoverBackground: '{content.hover.background}',
|
||||
focusRing: {
|
||||
width: '0',
|
||||
|
|
|
@ -49,7 +49,7 @@ export default {
|
|||
borderRadius: '50%',
|
||||
size: '2.5rem',
|
||||
color: '{text.muted.color}',
|
||||
hoverColor: '{text.muted.hover.color}',
|
||||
hoverColor: '{text.hover.muted.color}',
|
||||
hoverBackground: '{content.hover.background}',
|
||||
focusRing: {
|
||||
width: '0',
|
||||
|
|
|
@ -66,7 +66,7 @@ export default {
|
|||
borderRadius: '50%',
|
||||
size: '1.75rem',
|
||||
color: '{text.muted.color}',
|
||||
hoverColor: '{text.muted.hover.color}',
|
||||
hoverColor: '{text.hover.muted.color}',
|
||||
hoverBackground: '{content.hover.background}',
|
||||
focusRing: {
|
||||
width: '{focus.ring.width}',
|
||||
|
|
|
@ -49,7 +49,7 @@ export default {
|
|||
borderRadius: '50%',
|
||||
size: '1.75rem',
|
||||
color: '{text.muted.color}',
|
||||
hoverColor: '{text.muted.hover.color}',
|
||||
hoverColor: '{text.hover.muted.color}',
|
||||
hoverBackground: '{content.hover.background}',
|
||||
focusRing: {
|
||||
width: '{focus.ring.width}',
|
||||
|
|
Loading…
Reference in New Issue