fix(my-joy-beta): fix selects in IE11
Before Width: | Height: | Size: 32 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 68 KiB |
Before Width: | Height: | Size: 38 KiB |
Before Width: | Height: | Size: 46 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 13 KiB |
@ -97,6 +97,10 @@ exports[`renders <Rule/> without throwing 1`] = `
|
|||||||
margin: 0 0.375rem;
|
margin: 0 0.375rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.c5::-ms-expand {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
.c7 {
|
.c7 {
|
||||||
width: 5.625rem;
|
width: 5.625rem;
|
||||||
position: relative;
|
position: relative;
|
||||||
@ -119,6 +123,10 @@ exports[`renders <Rule/> without throwing 1`] = `
|
|||||||
margin: 0 0.375rem;
|
margin: 0 0.375rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.c7::-ms-expand {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
.c10 {
|
.c10 {
|
||||||
width: 7.5rem;
|
width: 7.5rem;
|
||||||
position: relative;
|
position: relative;
|
||||||
@ -141,6 +149,10 @@ exports[`renders <Rule/> without throwing 1`] = `
|
|||||||
margin: 0 0.375rem;
|
margin: 0 0.375rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.c10::-ms-expand {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
.c2 {
|
.c2 {
|
||||||
color: rgba(73,73,73,1);
|
color: rgba(73,73,73,1);
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
@ -771,6 +783,10 @@ exports[`renders <Rule/> without throwing 2`] = `
|
|||||||
margin: 0 0.375rem;
|
margin: 0 0.375rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.c5::-ms-expand {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
.c7 {
|
.c7 {
|
||||||
width: 5.625rem;
|
width: 5.625rem;
|
||||||
position: relative;
|
position: relative;
|
||||||
@ -793,6 +809,10 @@ exports[`renders <Rule/> without throwing 2`] = `
|
|||||||
margin: 0 0.375rem;
|
margin: 0 0.375rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.c7::-ms-expand {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
.c10 {
|
.c10 {
|
||||||
width: 7.5rem;
|
width: 7.5rem;
|
||||||
position: relative;
|
position: relative;
|
||||||
@ -815,6 +835,10 @@ exports[`renders <Rule/> without throwing 2`] = `
|
|||||||
margin: 0 0.375rem;
|
margin: 0 0.375rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.c10::-ms-expand {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
.c2 {
|
.c2 {
|
||||||
color: rgba(73,73,73,1);
|
color: rgba(73,73,73,1);
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
@ -121,6 +121,10 @@ exports[`renders <Images images=[{name: stuff, imageName: stuff}] /> without thr
|
|||||||
padding-right: 1.5625rem;
|
padding-right: 1.5625rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.c8::-ms-expand {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
.c4 {
|
.c4 {
|
||||||
color: rgba(73,73,73,1);
|
color: rgba(73,73,73,1);
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 9.2 KiB After Width: | Height: | Size: 9.2 KiB |
Before Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 75 KiB |
Before Width: | Height: | Size: 75 KiB |
Before Width: | Height: | Size: 37 KiB |
Before Width: | Height: | Size: 39 KiB |
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 31 KiB |
Before Width: | Height: | Size: 39 KiB |
Before Width: | Height: | Size: 39 KiB |
Before Width: | Height: | Size: 39 KiB |
@ -48,8 +48,8 @@ const PaddingMaxWidth = styled(Padding)`
|
|||||||
`;
|
`;
|
||||||
|
|
||||||
const Meta = styled(CardHeaderMeta)`
|
const Meta = styled(CardHeaderMeta)`
|
||||||
height: ${remcalc(47)}
|
height: ${remcalc(47)};
|
||||||
`
|
`;
|
||||||
|
|
||||||
class ValueTextareaField extends PureComponent {
|
class ValueTextareaField extends PureComponent {
|
||||||
render() {
|
render() {
|
||||||
|
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 39 KiB |
Before Width: | Height: | Size: 9.6 KiB |
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 42 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 47 KiB After Width: | Height: | Size: 47 KiB |
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 38 KiB |
Before Width: | Height: | Size: 9.1 KiB After Width: | Height: | Size: 9.1 KiB |
Before Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
@ -663,6 +663,10 @@ exports[`Form Select 1`] = `
|
|||||||
padding-right: 1.5625rem;
|
padding-right: 1.5625rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.c1::-ms-expand {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
<div
|
<div
|
||||||
className="c0"
|
className="c0"
|
||||||
disabled={false}
|
disabled={false}
|
||||||
|
@ -62,6 +62,10 @@ const StyledSelect = select.extend`
|
|||||||
padding: ${remcalc(12)};
|
padding: ${remcalc(12)};
|
||||||
padding-right: ${remcalc(25)};
|
padding-right: ${remcalc(25)};
|
||||||
|
|
||||||
|
&::-ms-expand {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
${is('disabled')`
|
${is('disabled')`
|
||||||
border-color: ${props => props.theme.grey};
|
border-color: ${props => props.theme.grey};
|
||||||
color: ${props => props.theme.grey};
|
color: ${props => props.theme.grey};
|
||||||
|