| @@ -3,8 +3,9 @@ | ||
| 3 | 3 | --ep-synonyms-color-black: #1a1e24; |
| 4 | 4 | --ep-synonyms-color-error: #b52727; |
| 5 | 5 | } |
| 6 | 6 | |
| 7 | +/* stylelint-disable-next-line selector-no-qualifying-type */ | |
| 7 | 8 | html.wp-toolbar { |
| 8 | 9 | background: transparent; |
| 9 | 10 | } |
| 10 | 11 | |
| @@ -27,8 +28,9 @@ | ||
| 27 | 28 | |
| 28 | 29 | & .postbox { |
| 29 | 30 | width: 100%; |
| 30 | 31 | |
| 32 | + /* stylelint-disable-next-line no-descending-specificity */ | |
| 31 | 33 | & > .hndle { |
| 32 | 34 | display: flex; |
| 33 | 35 | } |
| 34 | 36 | } |
| @@ -62,8 +64,9 @@ | ||
| 62 | 64 | padding-top: 3px; |
| 63 | 65 | } |
| 64 | 66 | } |
| 65 | 67 | |
| 68 | + /* stylelint-disable-next-line selector-no-qualifying-type */ | |
| 66 | 69 | & input[type="text"].components-form-token-field__input { |
| 67 | 70 | margin-bottom: 2px; |
| 68 | 71 | margin-top: 2px; |
| 69 | 72 | |
| @@ -76,8 +79,9 @@ | ||
| 76 | 79 | margin-top: 0; |
| 77 | 80 | } |
| 78 | 81 | } |
| 79 | 82 | |
| 83 | +/* stylelint-disable-next-line selector-no-qualifying-type */ | |
| 80 | 84 | input[type="text"].ep-synonyms__input { |
| 81 | 85 | border: 1px solid var(--ep-synonyms-input-border-color); |
| 82 | 86 | margin-bottom: 0.5em; |
| 83 | 87 | margin-right: 1em; |
| @@ -96,8 +100,9 @@ | ||
| 96 | 100 | .synonym-alternatives__input-heading { |
| 97 | 101 | flex: 1; |
| 98 | 102 | } |
| 99 | 103 | |
| 104 | +/* stylelint-disable-next-line selector-no-qualifying-type */ | |
| 100 | 105 | button.synonym__remove { |
| 101 | 106 | background-color: transparent; |
| 102 | 107 | border: none; |
| 103 | 108 | color: var(--ep-synonyms-color-error); |
| @@ -109,8 +114,9 @@ | ||
| 109 | 114 | @media screen and (max-width: 782px) { |
| 110 | 115 | min-height: 40px; |
| 111 | 116 | } |
| 112 | 117 | |
| 118 | + /* stylelint-disable-next-line selector-no-qualifying-type */ | |
| 113 | 119 | & .dashicons-dismiss { |
| 114 | 120 | margin: -2px 2px 0 0; |
| 115 | 121 | } |
| 116 | 122 | } |
| @@ -130,7 +136,8 @@ | ||
| 130 | 136 | .synonym__validation { |
| 131 | 137 | margin: 0 0 0.625em 0.5em; |
| 132 | 138 | } |
| 133 | 139 | |
| 140 | +/* stylelint-disable-next-line selector-no-qualifying-type */ | |
| 134 | 141 | .synonym-btn-group button.button { |
| 135 | 142 | margin-right: 0.625em; |
| 136 | 143 | } |