Skip to content

Commit

Permalink
Release 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
afeiship committed Mar 21, 2021
1 parent d12cd5c commit f5005fe
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
10 changes: 8 additions & 2 deletions dist/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* name: @jswork/tippy-tippy
* description: Theme for tippyjs style.
* homepage: https://github.com/afeiship/tippy-tippy
* version: 1.0.3
* date: 2021-03-20 23:35:53
* version: 1.0.4
* date: 2021-03-21 12:30:23
* license: MIT
*/
/*tippy-components Start*/
Expand All @@ -23,6 +23,12 @@
border-radius: 4px;
transition: background 0.2s ease 0s, color 0.1s ease 0s;
margin: 5px; }
.tippy-button.is-small {
border-width: 1px;
font-weight: 400;
font-size: 14px;
padding: 4px 10px;
border-radius: 3px; }
.tippy-button.is-active, .tippy-button:hover {
background: #5183f5;
color: white; }
Expand Down
10 changes: 8 additions & 2 deletions dist/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* name: @jswork/tippy-tippy
* description: Theme for tippyjs style.
* homepage: https://github.com/afeiship/tippy-tippy
* version: 1.0.3
* date: 2021-03-20 23:35:53
* version: 1.0.4
* date: 2021-03-21 12:30:23
* license: MIT
*/
/*tippy-components Start*/
Expand All @@ -23,6 +23,12 @@
border-radius: 4px;
transition: background 0.2s ease 0s, color 0.1s ease 0s;
margin: 5px; }
.tippy-button.is-small {
border-width: 1px;
font-weight: 400;
font-size: 14px;
padding: 4px 10px;
border-radius: 3px; }
.tippy-button.is-active, .tippy-button:hover {
background: #5183f5;
color: white; }
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jswork/tippy-tippy",
"version": "1.0.3",
"version": "1.0.4",
"description": "Theme for tippyjs style.",
"homepage": "https://github.com/afeiship/tippy-tippy",
"author": {
Expand Down

0 comments on commit f5005fe

Please sign in to comment.