Skip to content

Commit

Permalink
style: 💄 [Select 选择框]epay主题readonly改为#f7f7f7
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeLittlePrince committed Sep 11, 2024
1 parent d00c568 commit 51effd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sparta/common/scss/epay/variable.scss
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ $radio-inner-background-color: #fff;
$select-height: 36px;
$select-background: #fff;
$select-background-disabled: #ededed;
$select-background-readonly: #ededed;
$select-background-readonly: #f7f7f7;
$select-suffix-background-color: #fff;
$select-suffix-background-color-focus: #fff;
$select-suffix-border-left: none;
Expand Down

0 comments on commit 51effd6

Please sign in to comment.