B.C.Rikko
d5843e6fda
Merge pull request #358 from nostalgic-css/develop
...
Release v2.2.x minor update
v2.2.1
2019-09-30 21:35:58 +09:00
B.C.Rikko
72a12aca2e
Merge branch 'master' into develop
2019-09-30 20:51:36 +09:00
B.C.Rikko
d6974d1037
Merge pull request #357 from iamrameffort/develop
...
A minor translation correction
2019-09-30 20:44:38 +09:00
Rafael A. Mello
157a1683a7
docs: a minor translation correction
2019-09-28 14:03:28 -03:00
B.C.Rikko
a592cfc4db
Merge pull request #355 from Ermakoy/develop
...
docs: add russian docs translation
2019-07-29 15:01:47 +09:00
Ermakoy
a13c1c6636
docs: add russian docs translation
2019-07-28 19:15:32 +03:00
Igor Guastalla
1719b582ed
Merge pull request #351 from nostalgic-css/refactor-visually-hidden
...
Refactor visually hidden elements
2019-07-14 10:20:15 -03:00
BcRikko
c40598341e
refactor: add visually-hidden util
2019-07-14 13:22:02 +09:00
Igor Guastalla
1574e56891
Merge pull request #352 from nostalgic-css/fix-focus-color
...
Fix focus color of buttons
2019-07-11 08:00:58 -03:00
BcRikko
99b7296b44
fix(buttons.scss): fix focus color of buttons
...
fix #74
2019-07-07 14:30:09 +09:00
B.C.Rikko
883befca3e
Merge pull request #350 from kyu-suke/8-ios-radio-button
...
Fix radio and checkbox style in ios
2019-07-03 17:29:59 +09:00
kyu-suke
3c2e25a320
fix: accessibility
...
* delete `visibility: hidden;`
* set 1px height and width to radio and checkbox
* set background color
2019-06-30 22:47:30 +09:00
kyu-suke
1f3368512c
fix: radio and checkbox style in ios
...
* add visibility
2019-06-28 01:15:09 +09:00
B.C.Rikko
fcc7e9d171
Merge pull request #349 from kyu-suke/fix-icon-transparency
...
Fix transparency of the icons
2019-06-17 13:38:55 +09:00
kyu-suke
87ee2550be
fix: transparency of the icons
...
* twitter: change from transparency to white
* instagram: change from transparency to white
* nes-ash: change from white to transparency
2019-06-16 23:49:34 +09:00
B.C.Rikko
24c0670f59
Merge pull request #348 from nostalgic-css/develop
...
Release v2.2.0 (Take2)
2019-06-07 11:42:03 +09:00
B.C.Rikko
68bff2a40f
Merge branch 'master' into develop
2019-06-07 11:39:43 +09:00
B.C.Rikko
62ce2d32d9
Merge pull request #347 from nostalgic-css/release-docs
...
Update the document v2.2.0
2019-06-07 11:38:15 +09:00
BcRikko
f05620add6
docs: release update
2019-06-07 11:34:08 +09:00
ダーシノ - B.C.Rikko
41f2abb95c
Merge pull request #341 from nostalgic-css/develop
...
Release v2.x 🚀
v2.2.0
2019-06-07 11:04:56 +09:00
Igor Guastalla
7520b18e4f
Merge pull request #344 from nostalgic-css/move-helper
...
refactor: move helper.scss
2019-06-03 22:56:36 -03:00
BcRikko
6307bfc88e
refactor: move helper.scss
2019-06-04 10:46:18 +09:00
ダーシノ - B.C.Rikko
9dd8014f87
Merge pull request #343 from nostalgic-css/add-select-input-is-dark-docs
...
docs: add select and input is-dark to docs
2019-06-04 10:19:26 +09:00
Igor Guastalla de Lima
888b20cc49
docs: add select and input is-dark to docs
...
fix #336
2019-06-03 21:44:49 -03:00
ダーシノ - B.C.Rikko
c2c865ab51
Merge pull request #337 from nostalgic-css/refactor/convert-cursor-images-to-data-uris
...
refactor: convert local images to data URIs
2019-06-04 09:20:35 +09:00
ダーシノ - B.C.Rikko
94e766e778
Merge branch 'develop' into refactor/convert-cursor-images-to-data-uris
2019-06-04 09:18:28 +09:00
BcRikko
bd118e236c
refactor(storybook/webpack.config.js): add custom functions
2019-06-04 09:12:58 +09:00
ダーシノ - B.C.Rikko
3f7314c18b
Merge branch 'master' into develop
2019-06-01 09:37:21 +09:00
ダーシノ - B.C.Rikko
6f60169052
Merge pull request #342 from alexd99/339_add-a-way-to-access-the-pointer-cursor
...
feat: add the new nes-cursor class
2019-06-01 09:35:35 +09:00
Alex D
9eaf72e24c
Merge branch 'develop' into 339_add-a-way-to-access-the-pointer-cursor
2019-05-31 15:57:48 -06:00
alexdahl
cfca1d4665
feat: add the new nes-cursor class
2019-05-31 15:43:35 -06:00
Igor Guastalla
16b8ac57dc
Merge pull request #340 from nostalgic-css/security-update
...
👮🏻♂️ Security update
2019-05-30 23:39:16 -03:00
BcRikko
e4b36ff4ef
chore: security update
2019-05-31 10:39:05 +09:00
Trezy
8fe6d40e19
refactor: convert local images to data URIs
...
I’ve added a SCSS function that, when passed a file path, will inject the file as a data URI. This
is super helpful since it ensures that the cursor images will always be available for the CSS. This
issue currently prevents the npm version of the library from being usable at all.
2019-05-22 16:18:02 -05:00
ダーシノ - B.C.Rikko
966a950db9
Merge pull request #335 from nostalgic-css/add-select-is-dark
...
Add select is-dark class type like input component
2019-05-20 08:29:39 +09:00
Igor Guastalla de Lima
e285d14851
feat(select): add select is-dark class type like input component
2019-05-18 11:43:09 -03:00
Igor Guastalla
7c6abfdedb
Merge pull request #333 from nostalgic-css/security-update
...
Security update
2019-05-13 12:09:54 -03:00
BcRikko
f8c0f8d15f
chore: security update
...
a vulnerability was found in node-tar before version 4.4.2.
2019-05-13 07:50:55 +09:00
ダーシノ - B.C.Rikko
29dd495f8a
Merge pull request #329 from lucasjs/fix-input-ios
...
fix: remove input shadow on ios
2019-03-31 22:34:06 +09:00
ダーシノ - B.C.Rikko
b575368280
Merge branch 'develop' into fix-input-ios
2019-03-31 22:30:56 +09:00
ダーシノ - B.C.Rikko
4a9dac59ec
Merge pull request #330 from Pedro-Souza/fix-hover-in-linked-button
...
fix: remove underline in hover and set color
2019-03-31 22:25:00 +09:00
Pedro-Souza
4542e0dd02
fix: remove underline in hover and set color
2019-03-30 22:47:07 -03:00
lucasjs
cb93b879ea
fix: remove input shadow on ios
2019-03-30 21:01:19 -03:00
ダーシノ - B.C.Rikko
860b156ef1
Merge pull request #325 from nostalgic-css/develop
...
Release v2.1.x
v2.1.1
2019-03-26 18:50:12 +09:00
ダーシノ
b7b978b8c3
Merge pull request #319 from nostalgic-css/fix-border-bugs-on-chrome
...
fix: fix borders bugs on chrome without breaking in firefox
2019-03-09 12:55:52 +09:00
Igor Guastalla de Lima
0aff122be0
fix: removed border-image-repeat stretch from rounded corners mixins
2019-03-08 23:19:42 -03:00
Igor Guastalla de Lima
c40ae05e85
refactor: changed two mixins into one border-image-repeat mixin
2019-03-08 22:57:21 -03:00
Igor Guastalla
45f3debe41
Merge branch 'develop' into fix-border-bugs-on-chrome
2019-03-08 20:50:19 -03:00
ダーシノ
028363a70f
Merge pull request #321 from nostalgic-css/update-storybook
...
chore(storybook): update storybook to version 5
2019-03-09 08:47:50 +09:00
Igor Guastalla de Lima
e90c1d227f
chore(storybook): remove unused import
2019-03-05 15:06:20 -03:00