Skip to content

Commit

Permalink
fix(checkbox): checkbox-button 追光主题下样式异常 (close #1015);
Browse files Browse the repository at this point in the history
  • Loading branch information
vaebe authored and kagol committed Jul 11, 2022
1 parent 4b6c39d commit 2ed332f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/devui-vue/devui/checkbox/src/checkbox-button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ $button-padding-map: (
display: inline-block;
line-height: 1;
user-select: none;
box-shadow: -1px 0 0 0 #dfe1e6;
box-shadow: -1px 0 0 0 $devui-disabled-line;
@each $size in ('lg', 'md', 'sm', 'xs') {
&.#{$devui-prefix}-checkbox-button--#{$size} {
font-size: map-get($font-size-map, #{$size});
Expand Down

0 comments on commit 2ed332f

Please sign in to comment.