Skip to content

Commit 8037807

Browse files
authored
Merge pull request #2076 from hashicorp/remove-outdated-comments
Removed outdated comments in CSS code
2 parents d05bbf2 + 1fd9c1c commit 8037807

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

packages/components/src/styles/@hashicorp/design-system-power-select-overrides.scss

-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@
120120
&:focus,
121121
&.mock-focus {
122122
border-color: var(--token-color-focus-action-internal);
123-
// Notice: Safari doesn't apply a rounded border
124123
outline: 3px solid var(--token-color-focus-action-external);
125124
outline-offset: 0;
126125
}

packages/components/src/styles/components/form/select.scss

-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
&:focus,
3939
&.mock-focus {
4040
border-color: var(--token-color-focus-action-internal);
41-
// Notice: Safari doesn't apply a rounded border
4241
outline: 3px solid var(--token-color-focus-action-external);
4342
outline-offset: 0;
4443
}

packages/components/src/styles/components/form/text-input.scss

-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
&:focus,
3939
&.mock-focus {
4040
border-color: var(--token-color-focus-action-internal);
41-
// Notice: Safari doesn't apply a rounded border
4241
outline: 3px solid var(--token-color-focus-action-external);
4342
outline-offset: 0;
4443
}

packages/components/src/styles/components/form/textarea.scss

-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
&:focus,
4141
&.mock-focus {
4242
border-color: var(--token-color-focus-action-internal);
43-
// Notice: Safari doesn't apply a rounded border
4443
outline: 3px solid var(--token-color-focus-action-external);
4544
outline-offset: 0;
4645
}

0 commit comments

Comments
 (0)