|
414 | 414 | box-shadow: @inputFocusBoxShadow;
|
415 | 415 | }
|
416 | 416 | & when (@variationInputAction) {
|
417 |
| - .ui.form .ui.action.input:not(.left) input:not([type]):focus, |
418 |
| - .ui.form .ui.action.input:not(.left) input[type="date"]:focus, |
419 |
| - .ui.form .ui.action.input:not(.left) input[type="datetime-local"]:focus, |
420 |
| - .ui.form .ui.action.input:not(.left) input[type="email"]:focus, |
421 |
| - .ui.form .ui.action.input:not(.left) input[type="number"]:focus, |
422 |
| - .ui.form .ui.action.input:not(.left) input[type="password"]:focus, |
423 |
| - .ui.form .ui.action.input:not(.left) input[type="search"]:focus, |
424 |
| - .ui.form .ui.action.input:not(.left) input[type="tel"]:focus, |
425 |
| - .ui.form .ui.action.input:not(.left) input[type="time"]:focus, |
426 |
| - .ui.form .ui.action.input:not(.left) input[type="text"]:focus, |
427 |
| - .ui.form .ui.action.input:not(.left) input[type="file"]:focus, |
428 |
| - .ui.form .ui.action.input:not(.left) input[type="url"]:focus { |
429 |
| - border-top-right-radius: 0; |
430 |
| - border-bottom-right-radius: 0; |
| 417 | + .ui.form .ui.action.input:not([class*="left action"]) { |
| 418 | + & input:not([type]):focus, |
| 419 | + input[type="date"]:focus, |
| 420 | + input[type="datetime-local"]:focus, |
| 421 | + input[type="email"]:focus, |
| 422 | + input[type="number"]:focus, |
| 423 | + input[type="password"]:focus, |
| 424 | + input[type="search"]:focus, |
| 425 | + input[type="tel"]:focus, |
| 426 | + input[type="time"]:focus, |
| 427 | + input[type="text"]:focus, |
| 428 | + input[type="file"]:focus, |
| 429 | + input[type="url"]:focus { |
| 430 | + border-top-right-radius: 0; |
| 431 | + border-bottom-right-radius: 0; |
| 432 | + } |
431 | 433 | }
|
432 | 434 |
|
433 |
| - .ui.form .ui.action.input.left input:not([type]), |
434 |
| - .ui.form .ui.action.input.left input[type="date"], |
435 |
| - .ui.form .ui.action.input.left input[type="datetime-local"], |
436 |
| - .ui.form .ui.action.input.left input[type="email"], |
437 |
| - .ui.form .ui.action.input.left input[type="number"], |
438 |
| - .ui.form .ui.action.input.left input[type="password"], |
439 |
| - .ui.form .ui.action.input.left input[type="search"], |
440 |
| - .ui.form .ui.action.input.left input[type="tel"], |
441 |
| - .ui.form .ui.action.input.left input[type="time"], |
442 |
| - .ui.form .ui.action.input.left input[type="text"], |
443 |
| - .ui.form .ui.action.input.left input[type="file"], |
444 |
| - .ui.form .ui.action.input.left input[type="url"] { |
445 |
| - border-bottom-left-radius: 0; |
446 |
| - border-top-left-radius: 0; |
| 435 | + .ui.form .ui[class*="left action"].input { |
| 436 | + & input:not([type]), |
| 437 | + input[type="date"], |
| 438 | + input[type="datetime-local"], |
| 439 | + input[type="email"], |
| 440 | + input[type="number"], |
| 441 | + input[type="password"], |
| 442 | + input[type="search"], |
| 443 | + input[type="tel"], |
| 444 | + input[type="time"], |
| 445 | + input[type="text"], |
| 446 | + input[type="file"], |
| 447 | + input[type="url"] { |
| 448 | + border-bottom-left-radius: 0; |
| 449 | + border-top-left-radius: 0; |
| 450 | + } |
447 | 451 | }
|
448 | 452 | }
|
449 | 453 | .ui.form textarea:focus {
|
|
0 commit comments