Skip to content

Commit

Permalink
fix(actionsheet): 修复actionsheet 点击态
Browse files Browse the repository at this point in the history
  • Loading branch information
SzHeJason committed Aug 27, 2018
1 parent 2a5799d commit 4cca3ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/action-sheet/body/item/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
/* prettier-ignore */
@include border-thin-bottom($width: 1PX);

@include active();
@include line(1);
}
3 changes: 3 additions & 0 deletions src/components/action-sheet/footer/index.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
@import "../../../style/theme/default.scss";
@import "../../../style/mixins/index.scss";

.at-action-sheet-footer {
font-size: $font-size-xl;
padding: $spacing-v-lg $spacing-h-lg;
border-top: 12px solid rgba($color: $color-border-base, $alpha: 0.3);

@include active();
}

0 comments on commit 4cca3ef

Please sign in to comment.