|
692 | 692 | %bootstrap-file-warning, |
693 | 693 | %bootstrap-file-invalid { |
694 | 694 | %form-group-bundle { |
695 | | - border-radius: var-get($theme, 'box-border-radius'); |
| 695 | + border-radius: var-get($theme, 'border-border-radius'); |
696 | 696 | transition: box-shadow .15s ease-out, border .15s ease-out; |
697 | 697 |
|
698 | 698 | &:hover { |
|
805 | 805 |
|
806 | 806 | .igx-input-group--bootstrap:not(.igx-input-group--prefixed) { |
807 | 807 | .igx-input-group__upload-button { |
808 | | - border-radius: var-get($theme, 'box-border-radius') 0 0 var-get($theme, 'box-border-radius'); |
| 808 | + border-radius: var-get($theme, 'border-border-radius') 0 0 var-get($theme, 'border-border-radius'); |
809 | 809 | } |
810 | 810 |
|
811 | 811 | .igx-input-group__file-input { |
|
1037 | 1037 | %form-group-bundle--search { |
1038 | 1038 | background: var-get($theme, 'search-background'); |
1039 | 1039 | box-shadow: var-get($theme, 'search-resting-shadow'); |
| 1040 | + border-radius: var-get($theme, 'search-border-radius'); |
1040 | 1041 |
|
1041 | 1042 | @if $variant != 'bootstrap' { |
1042 | | - border-radius: var-get($theme, 'search-border-radius'); |
1043 | 1043 | overflow: hidden; |
1044 | 1044 | } |
1045 | 1045 |
|
|
2065 | 2065 | } |
2066 | 2066 |
|
2067 | 2067 | %fluent-label-success { |
2068 | | - color: var-get($theme, 'idle-text-color'); |
| 2068 | + color: var-get($theme, 'idle-secondary-color'); |
2069 | 2069 | } |
2070 | 2070 |
|
2071 | 2071 | %fluent-label-error { |
2072 | | - color: var-get($theme, 'idle-text-color'); |
| 2072 | + color: var-get($theme, 'idle-secondary-color'); |
2073 | 2073 | } |
2074 | 2074 |
|
2075 | 2075 | %fluent-label-disabled { |
|
2228 | 2228 | end-width: rem(1px); |
2229 | 2229 | }; |
2230 | 2230 | start: { |
2231 | | - start-radius: var-get($theme, 'box-border-radius'); |
| 2231 | + start-radius: var-get($theme, 'border-border-radius'); |
2232 | 2232 | }; |
2233 | 2233 | end: { |
2234 | | - start-radius: var-get($theme, 'box-border-radius'); |
| 2234 | + start-radius: var-get($theme, 'border-border-radius'); |
2235 | 2235 | }; |
2236 | 2236 | } |
2237 | 2237 | } |
|
2248 | 2248 | end-width: rem(1px); |
2249 | 2249 | }; |
2250 | 2250 | start: { |
2251 | | - end-radius: var-get($theme, 'box-border-radius'); |
| 2251 | + end-radius: var-get($theme, 'border-border-radius'); |
2252 | 2252 | }; |
2253 | 2253 | end: { |
2254 | | - end-radius: var-get($theme, 'box-border-radius'); |
| 2254 | + end-radius: var-get($theme, 'border-border-radius'); |
2255 | 2255 | }; |
2256 | 2256 | } |
2257 | 2257 | } |
|
2318 | 2318 | map.get($bootstrap-inline-padding, 'cosy'), |
2319 | 2319 | map.get($bootstrap-inline-padding, 'comfortable') |
2320 | 2320 | ); |
2321 | | - border-radius: var-get($theme, 'box-border-radius'); |
| 2321 | + border-radius: var-get($theme, 'border-border-radius'); |
2322 | 2322 |
|
2323 | 2323 | } |
2324 | 2324 |
|
|
0 commit comments