Skip to content

Commit

Permalink
#118 add weui_dialog button's active color
Browse files Browse the repository at this point in the history
  • Loading branch information
progrape committed Dec 9, 2015
1 parent facd35c commit 9b59aa4
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 5 deletions.
43 changes: 40 additions & 3 deletions dist/style/weui.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/style/weui.min.css

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion src/style/widget/weui_tips/weui_dialog.less
Expand Up @@ -3,6 +3,7 @@
@weuiDialogBackgroundColor: #FAFAFC;
@weuiDialogLineColor: #D5D5D6;
@weuiDialogLinkColor: #3CC51F;
@weuiDialogLinkActiveBc: #EEEEEE;

.weui_dialog {
position: fixed;
Expand Down Expand Up @@ -53,8 +54,9 @@
color: @weuiDialogLinkColor;
text-decoration: none;
.setTapColor;
&:active, &:hover {
&:active {
text-decoration: none;
background-color: @weuiDialogLinkActiveBc;
}
}
&:after {
Expand Down

0 comments on commit 9b59aa4

Please sign in to comment.