Skip to content

Commit

Permalink
Merge pull request baidu#10484 from allenve/fix-formulaStyle
Browse files Browse the repository at this point in the history
fix: formula Button style
  • Loading branch information
allenve authored Jun 20, 2024
2 parents a86a191 + 47c7883 commit f2fb613
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions packages/amis-editor-core/scss/control/_tpl-formula-control.scss
Original file line number Diff line number Diff line change
Expand Up @@ -99,20 +99,20 @@

&-buttonWrapper {
height: auto;
&-button {
height: 100%;
background-color: #f7f7f9;
padding: 4px 8px;
border-radius: 0 var(--input-default-default-top-left-border-radius)
var(--input-default-default-bottom-left-border-radius) 0;
border-left: 0;
&:not(:disabled):not(.is-disabled) {
&:hover,
&:hover:active {
border-color: #e6f0ff;
background-color: #e6f0ff;
border-left-width: 0;
}
}
&-button {
height: 100%;
background-color: #f7f7f9;
padding: 4px 8px;
border-radius: 0 var(--input-default-default-top-left-border-radius)
var(--input-default-default-bottom-left-border-radius) 0;
border-left: 0;
&:not(:disabled):not(.is-disabled) {
&:hover,
&:hover:active {
border-color: #e6f0ff;
background-color: #e6f0ff;
border-left-width: 0;
}
}
}
Expand Down

0 comments on commit f2fb613

Please sign in to comment.