Skip to content

Commit

Permalink
update style in Radio component && add pointer-events attr in Toast c…
Browse files Browse the repository at this point in the history
…omponent
  • Loading branch information
cy920820 committed Jun 22, 2018
1 parent 1b5c973 commit 059a038
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/Radio/index.styl
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@
border: 1px solid transparent;
}

.Radio--icon-normal i {
.baobab-radio-icon--normal i {
transform: rotate(-45deg) scale(0);
}

.Radio--icon-normal.disabled {
.baobab-radio-icon--normal.disabled {
background-color: #ccc;
}

Expand All @@ -71,7 +71,7 @@
transition: transform .2s;
}

.Radio--icon-check i {
.baobab-radio-icon--check i {
transform: rotate(-45deg) scale(0);
}

Expand Down
5 changes: 3 additions & 2 deletions src/Toast/index.styl
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
align-items: center;
padding: 60px 0 40px;
box-sizing: border-box;
pointer-events: none;
}

.baobab-toast.top {
Expand All @@ -35,9 +36,9 @@
}

.baobab-toast--main.onlyText {
width: 208px;
max-width: 208px;
padding: 14px 0;
border-radius: 10px;
border-radius: 6px;
text-align: center;
word-wrap: break-word;
}
Expand Down

0 comments on commit 059a038

Please sign in to comment.