Skip to content

Commit

Permalink
fix: fix #551
Browse files Browse the repository at this point in the history
  • Loading branch information
yinshuxun committed Mar 13, 2024
1 parent 6146601 commit b5ab76a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/input/input.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@
&[readonly] {
color: use-text-color(main);
-webkit-text-fill-color: use-text-color(main);
background-color: use-rgb(n-8);
border-color: use-rgb(n-7);
cursor: default;
}

Expand Down
2 changes: 1 addition & 1 deletion src/select/select.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
}

&__input-inaction {
background-color: use-rgb(main-bg);
background-color: use-rgb(main-bg)!important;
border-color: use-rgb(n-7) !important;
cursor: text;

Expand Down

0 comments on commit b5ab76a

Please sign in to comment.