Skip to content

Commit 93c1291

Browse files
committed
Bump version up to 2.0.1
1 parent e5721be commit 93c1291

File tree

5 files changed

+30
-23
lines changed

5 files changed

+30
-23
lines changed

dist/point.css

Lines changed: 25 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* @moyu/pointcss
3-
* @version v2.0.0
3+
* @version v2.0.1
44
* @link https://github.com/moyus/pointcss
55
* @author moyu <moyuboy@gmail.com> (https://moyu.io)
66
* @license MIT
@@ -1626,7 +1626,7 @@ details.box[open] > summary.box__header {
16261626
}
16271627

16281628
.btn:focus, .btn.is-focused {
1629-
box-shadow: 0 0 0 2px rgba(234, 234, 234, 0.25);
1629+
box-shadow: 0 0 0 0.125em rgba(234, 234, 234, 0.25);
16301630
}
16311631

16321632
.btn:active, .btn.is-actived {
@@ -1667,7 +1667,7 @@ fieldset[disabled] .btn {
16671667
}
16681668

16691669
.btn.btn--link:focus, .btn.btn--link.is-focused {
1670-
box-shadow: 0 0 0 2px rgba(234, 234, 234, 0.25);
1670+
box-shadow: 0 0 0 0.125em rgba(234, 234, 234, 0.25);
16711671
}
16721672

16731673
.btn.btn--link:active, .btn.btn--link.is-actived {
@@ -1711,7 +1711,7 @@ fieldset[disabled] .btn {
17111711
}
17121712

17131713
.btn.btn--black:focus, .btn.btn--black.is-focused {
1714-
box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25);
1714+
box-shadow: 0 0 0 0.125em rgba(0, 0, 0, 0.25);
17151715
}
17161716

17171717
.btn.btn--black:active, .btn.btn--black.is-actived {
@@ -1770,7 +1770,7 @@ fieldset[disabled] .btn {
17701770
}
17711771

17721772
.btn.btn--dark:focus, .btn.btn--dark.is-focused {
1773-
box-shadow: 0 0 0 2px rgba(20, 20, 20, 0.25);
1773+
box-shadow: 0 0 0 0.125em rgba(20, 20, 20, 0.25);
17741774
}
17751775

17761776
.btn.btn--dark:active, .btn.btn--dark.is-actived {
@@ -1829,7 +1829,7 @@ fieldset[disabled] .btn {
18291829
}
18301830

18311831
.btn.btn--light:focus, .btn.btn--light.is-focused {
1832-
box-shadow: 0 0 0 2px rgba(234, 234, 234, 0.25);
1832+
box-shadow: 0 0 0 0.125em rgba(234, 234, 234, 0.25);
18331833
}
18341834

18351835
.btn.btn--light:active, .btn.btn--light.is-actived {
@@ -1888,7 +1888,7 @@ fieldset[disabled] .btn {
18881888
}
18891889

18901890
.btn.btn--white:focus, .btn.btn--white.is-focused {
1891-
box-shadow: 0 0 0 2px rgba(242, 242, 242, 0.25);
1891+
box-shadow: 0 0 0 0.125em rgba(242, 242, 242, 0.25);
18921892
}
18931893

18941894
.btn.btn--white:active, .btn.btn--white.is-actived {
@@ -1947,7 +1947,7 @@ fieldset[disabled] .btn {
19471947
}
19481948

19491949
.btn.btn--primary:focus, .btn.btn--primary.is-focused {
1950-
box-shadow: 0 0 0 2px rgba(74, 82, 255, 0.25);
1950+
box-shadow: 0 0 0 0.125em rgba(74, 82, 255, 0.25);
19511951
}
19521952

19531953
.btn.btn--primary:active, .btn.btn--primary.is-actived {
@@ -2006,7 +2006,7 @@ fieldset[disabled] .btn {
20062006
}
20072007

20082008
.btn.btn--danger:focus, .btn.btn--danger.is-focused {
2009-
box-shadow: 0 0 0 2px rgba(255, 21, 7, 0.25);
2009+
box-shadow: 0 0 0 0.125em rgba(255, 21, 7, 0.25);
20102010
}
20112011

20122012
.btn.btn--danger:active, .btn.btn--danger.is-actived {
@@ -2065,7 +2065,7 @@ fieldset[disabled] .btn {
20652065
}
20662066

20672067
.btn.btn--success:focus, .btn.btn--success.is-focused {
2068-
box-shadow: 0 0 0 2px rgba(44, 180, 101, 0.25);
2068+
box-shadow: 0 0 0 0.125em rgba(44, 180, 101, 0.25);
20692069
}
20702070

20712071
.btn.btn--success:active, .btn.btn--success.is-actived {
@@ -2124,7 +2124,7 @@ fieldset[disabled] .btn {
21242124
}
21252125

21262126
.btn.btn--info:focus, .btn.btn--info.is-focused {
2127-
box-shadow: 0 0 0 2px rgba(0, 95, 230, 0.25);
2127+
box-shadow: 0 0 0 0.125em rgba(0, 95, 230, 0.25);
21282128
}
21292129

21302130
.btn.btn--info:active, .btn.btn--info.is-actived {
@@ -2183,7 +2183,7 @@ fieldset[disabled] .btn {
21832183
}
21842184

21852185
.btn.btn--warning:focus, .btn.btn--warning.is-focused {
2186-
box-shadow: 0 0 0 2px rgba(228, 181, 11, 0.25);
2186+
box-shadow: 0 0 0 0.125em rgba(228, 181, 11, 0.25);
21872187
}
21882188

21892189
.btn.btn--warning:active, .btn.btn--warning.is-actived {
@@ -2446,7 +2446,15 @@ fieldset[disabled] .btn {
24462446
.form-textarea:focus,
24472447
.form-textarea.is-focused {
24482448
border-color: #636AFF;
2449-
box-shadow: 0 0 0 2px rgba(99, 106, 255, 0.25);
2449+
box-shadow: 0 0 0 0.125em rgba(99, 106, 255, 0.25);
2450+
}
2451+
2452+
.form-input:focus:-webkit-autofill, .form-input.is-focused:-webkit-autofill,
2453+
.form-select:focus:-webkit-autofill,
2454+
.form-select.is-focused:-webkit-autofill,
2455+
.form-textarea:focus:-webkit-autofill,
2456+
.form-textarea.is-focused:-webkit-autofill {
2457+
box-shadow: 0 0 0px 1000px #ffffff inset, 0 0 0 0.125em rgba(99, 106, 255, 0.25);
24502458
}
24512459

24522460
.form-input:disabled,
@@ -2538,7 +2546,7 @@ fieldset[disabled] .btn {
25382546
}
25392547

25402548
.form-input:-webkit-autofill {
2541-
-webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
2549+
box-shadow: 0 0 0px 1000px #ffffff inset;
25422550
}
25432551

25442552
.form-input[type="file"] {
@@ -3498,13 +3506,12 @@ fieldset[disabled] .btn {
34983506
}
34993507

35003508
.nav.nav--tabs > .nav__item > .nav__link:hover {
3501-
color: #212121;
3502-
border-color: #212121;
3509+
color: #636AFF;
35033510
}
35043511

35053512
.nav.nav--tabs > .nav__item.is-active > .nav__link {
35063513
color: #636AFF;
3507-
border-color: #636AFF;
3514+
border-bottom-color: #636AFF;
35083515
}
35093516

35103517
/* ## Navbar
@@ -3905,7 +3912,7 @@ fieldset[disabled] .btn {
39053912
cursor: pointer !important;
39063913
}
39073914

3908-
.forbid {
3915+
.forbidden {
39093916
cursor: not-allowed !important;
39103917
}
39113918

dist/point.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* @moyu/pointcss
3-
* @version v2.0.0
3+
* @version v2.0.1
44
* @link https://github.com/moyus/pointcss
55
* @author moyu <moyuboy@gmail.com> (https://moyu.io)
66
* @license MIT

dist/point.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/point.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@moyu/pointcss",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"website": "https://moyus.github.io/pointcss",
55
"homepage": "https://github.com/moyus/pointcss",
66
"author": "moyu <moyuboy@gmail.com> (https://moyu.io)",

0 commit comments

Comments
 (0)