@taiga-ui/core 4.0.1 → 4.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -162,7 +162,7 @@ tui-textfield {
162
162
  box-sizing: border-box;
163
163
  border: none;
164
164
  border-inline-start: var(--t-left, 0) solid transparent !important;
165
- border-inline-end: calc(var(--t-right, 0rem) + var(--t-side)) solid transparent !important;
165
+ border-inline-end: calc(var(--t-right, var(--t-0, 0rem)) + var(--t-side)) solid transparent !important;
166
166
  border-radius: inherit;
167
167
  padding: inherit;
168
168
  }
@@ -243,10 +243,6 @@ tui-textfield {
243
243
  input:defined,
244
244
  select:defined {
245
245
  .ios-only({
246
- &:active {
247
- font-size: 1rem;
248
- }
249
-
250
246
  &._ios-fix {
251
247
  position: fixed;
252
248
  left: 1000rem;
@@ -70,7 +70,7 @@
70
70
  overflow: hidden;
71
71
  vertical-align: middle;
72
72
  max-width: 100%;
73
- gap: calc(var(--t-gap, 0rem) - 2 * var(--t-margin, 0rem));
73
+ gap: calc(var(--t-gap, var(--t-0, 0rem)) - 2 * var(--t-margin, 0rem));
74
74
 
75
75
  > img,
76
76
  > tui-svg,