File tree Expand file tree Collapse file tree
packages/react-components/src/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 );
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
Original file line number Diff line number Diff line change 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 );
You can’t perform that action at this time.
0 commit comments