|
437 | 437 | @state: replace(@key, '@', '');
|
438 | 438 | @borderColor: @formStates[@@state][borderColor];
|
439 | 439 |
|
440 |
| - .ui.form > .field.@{state} > .ui.action.input > .ui.button, |
441 |
| - .ui.form > .field.@{state} > .ui.labeled.input:not([class*="corner labeled"]) > .ui.label, |
| 440 | + .ui.form .field.@{state} > .ui.action.input > .ui.button, |
| 441 | + .ui.form .field.@{state} > .ui.labeled.input:not([class*="corner labeled"]) > .ui.label, |
442 | 442 | .ui.action.input.@{state} > .ui.button,
|
443 | 443 | .ui.labeled.input.@{state}:not([class*="corner labeled"]) > .ui.label {
|
444 | 444 | border-top: @borderWidth solid @borderColor;
|
445 | 445 | border-bottom: @borderWidth solid @borderColor;
|
446 | 446 | }
|
447 |
| - .ui.form > .field.@{state} > .ui[class*="left action"].input > .ui.button, |
448 |
| - .ui.form > .field.@{state} > .ui.labeled.input:not(.right):not([class*="corner labeled"]) > .ui.label, |
| 447 | + .ui.form .field.@{state} > .ui[class*="left action"].input > .ui.button, |
| 448 | + .ui.form .field.@{state} > .ui.labeled.input:not(.right):not([class*="corner labeled"]) > .ui.label, |
449 | 449 | .ui[class*="left action"].input.@{state} > .ui.button,
|
450 | 450 | .ui.labeled.input.@{state}:not(.right):not([class*="corner labeled"]) > .ui.label {
|
451 | 451 | border-left: @borderWidth solid @borderColor;
|
452 | 452 | }
|
453 |
| - .ui.form > .field.@{state} > .ui.action.input:not([class*="left action"]) > input + .ui.button, |
454 |
| - .ui.form > .field.@{state} > .ui.right.labeled.input:not([class*="corner labeled"]) > input + .ui.label, |
| 453 | + .ui.form .field.@{state} > .ui.action.input:not([class*="left action"]) > input + .ui.button, |
| 454 | + .ui.form .field.@{state} > .ui.right.labeled.input:not([class*="corner labeled"]) > input + .ui.label, |
455 | 455 | .ui.action.input.@{state}:not([class*="left action"]) > input + .ui.button,
|
456 | 456 | .ui.right.labeled.input.@{state}:not([class*="corner labeled"]) > input + .ui.label {
|
457 | 457 | border-right: @borderWidth solid @borderColor;
|
458 | 458 | }
|
459 |
| - .ui.form > .field.@{state} > .ui.right.labeled.input:not([class*="corner labeled"]) > .ui.label:first-child, |
| 459 | + .ui.form .field.@{state} > .ui.right.labeled.input:not([class*="corner labeled"]) > .ui.label:first-child, |
460 | 460 | .ui.right.labeled.input.@{state}:not([class*="corner labeled"]) > .ui.label:first-child {
|
461 | 461 | border-left: @borderWidth solid @borderColor;
|
462 | 462 | }
|
|
0 commit comments