Skip to content

Commit af7e137

Browse files
committed
refactor(dialog): remove unused custom properties
* removes two unused custom properties: `--spectrum-dialog-confirm-max-inline-size` `--spectrum-dialog-confirm-max-height` Those have been in the repo for quite some time, but have never been used in Spectrum CSS itself.
1 parent f116b7e commit af7e137

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

components/dialog/index.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ governing permissions and limitations under the License.
2121
--spectrum-dialog-confirm-small-width: 400px;
2222
--spectrum-dialog-confirm-medium-width: 480px;
2323
--spectrum-dialog-confirm-large-width: 640px;
24-
--spectrum-dialog-confirm-max-inline-size: 90vw;
25-
--spectrum-dialog-confirm-max-height: 90vh;
2624
--spectrum-dialog-confirm-divider-block-spacing-start: var(--spectrum-spacing-300);
2725
--spectrum-dialog-confirm-divider-block-spacing-end: var(--spectrum-spacing-200);
2826
--spectrum-dialog-confirm-description-text-color: var(--spectrum-gray-800);
@@ -382,4 +380,4 @@ governing permissions and limitations under the License.
382380
.spectrum-Dialog {
383381
border: solid;
384382
}
385-
}
383+
}

0 commit comments

Comments
 (0)