Skip to content

Commit

Permalink
fix: don't unintentionally use read-only styles in external fields
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvxd committed May 30, 2024
1 parent 91dff22 commit acaf727
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/core/components/AutoField/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@ select.Input-input {
}

.Input--readOnly > .Input-input,
.Input--readOnly > select.Input-input,
.Input-input:read-only {
.Input--readOnly > select.Input-input {
background-color: var(--puck-color-grey-11);
border-color: var(--puck-color-grey-09);
color: var(--puck-color-grey-04);
Expand Down

0 comments on commit acaf727

Please sign in to comment.