Skip to content

Commit 8aa4cf1

Browse files
committed
formatting
1 parent 09976b9 commit 8aa4cf1

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

packages/react-components/src/components/TextArea/TextArea.css

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -70,17 +70,17 @@
7070
}
7171

7272
.bcds-react-aria-TextArea--Container:has(
73-
> .bcds-react-aria-TextArea--Input[data-focused]
74-
),
73+
> .bcds-react-aria-TextArea--Input[data-focused]
74+
),
7575
.bcds-react-aria-TextArea--Container:has(
76-
> .bcds-react-aria-TextArea--Input[data-focused][data-hovered]
77-
) {
76+
> .bcds-react-aria-TextArea--Input[data-focused][data-hovered]
77+
) {
7878
border-color: var(--surface-color-border-active);
7979
}
8080

8181
.bcds-react-aria-TextArea--Container:has(
82-
> .bcds-react-aria-TextArea--Input[data-focus-visible]
83-
) {
82+
> .bcds-react-aria-TextArea--Input[data-focus-visible]
83+
) {
8484
border-radius: var(--layout-border-radius-large);
8585
border: var(--layout-border-width-small) solid
8686
var(--surface-color-border-active);
@@ -90,8 +90,8 @@
9090
}
9191

9292
.bcds-react-aria-TextArea--Container:has(
93-
> .bcds-react-aria-TextArea--Input[data-hovered]
94-
) {
93+
> .bcds-react-aria-TextArea--Input[data-hovered]
94+
) {
9595
border-color: var(--surface-color-border-dark);
9696
}
9797

packages/react-components/src/components/TextField/TextField.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,17 +73,17 @@
7373
}
7474

7575
.bcds-react-aria-TextField--container:has(
76-
> .bcds-react-aria-TextField--Input[data-focused]
77-
),
76+
> .bcds-react-aria-TextField--Input[data-focused]
77+
),
7878
.bcds-react-aria-TextField--container:has(
79-
> .bcds-react-aria-TextField--Input[data-focused][data-hovered]
80-
) {
79+
> .bcds-react-aria-TextField--Input[data-focused][data-hovered]
80+
) {
8181
border-color: var(--surface-color-border-active);
8282
}
8383

8484
.bcds-react-aria-TextField--container:has(
85-
> .bcds-react-aria-TextField--Input[data-focus-visible]
86-
) {
85+
> .bcds-react-aria-TextField--Input[data-focus-visible]
86+
) {
8787
border-radius: var(--layout-border-radius-large);
8888
border: var(--layout-border-width-small) solid
8989
var(--surface-color-border-active);

0 commit comments

Comments
 (0)