Skip to content

Commit

Permalink
Merge pull request #2 from gitzhaochen/master
Browse files Browse the repository at this point in the history
插件单选按钮样式优化
  • Loading branch information
gitzhaochen authored Nov 23, 2017
2 parents d34df94 + f5f6fef commit 5305aa8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
3 changes: 2 additions & 1 deletion dist/jquery.yb-license-editor.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yb-license-editor",
"version": "1.3.1",
"version": "1.3.2",
"description": "Yuanben license editor",
"author": "Lency",
"license": "MIT",
Expand Down
10 changes: 10 additions & 0 deletions src/sass/jquery.yb-license-editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@
left: 0;
top: 7px;
transition: all .2s;
z-index: 1;
}
}
input.radio-input {
Expand All @@ -192,6 +193,15 @@
border-color: #00816a;
background-color: #00816a;
}
&:before{
position: absolute;
left: 4px;
top: 0px;
color: #fff;
content: '\2713';
font-size: 12px;
z-index: 2;
}
}
}
}
Expand Down

0 comments on commit 5305aa8

Please sign in to comment.