1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-09-01 02:01:56 +02:00

22 Commits

Author SHA1 Message Date
Zilin Zhu
5f93228747 fix(button): disable hover of disabled button
overwrite the box-shadow changes of hover::after for is-disabled button
2021-03-04 16:27:51 +08:00
BcRikko
2f58b5e81f feat(buttons.scss): add input-file feature
close #245
2019-10-17 17:41:21 +09:00
BcRikko
c40598341e refactor: add visually-hidden util 2019-07-14 13:22:02 +09:00
BcRikko
99b7296b44 fix(buttons.scss): fix focus color of buttons
fix #74
2019-07-07 14:30:09 +09:00
Pedro-Souza
4542e0dd02 fix: remove underline in hover and set color 2019-03-30 22:47:07 -03:00
BcRikko
3629ee939b fix(rounded-corners-mixin.scss): fix border bug
borders does not working on firefox

fix #250
2019-01-29 16:55:37 +09:00
Igor Guastalla de Lima
2c83f51fb7 fix(buttons): fix is-disabled button state being able to click
#240
2019-01-03 22:31:52 -02:00
Trezy
44a1fb2fea Move from box-shadow to border-image for pixelated borders (#234)
* refactor: Convert pixelated borders from box-shadows to border-images

Our previous usage of `box-shadows` and pseudo elements proved to be pretty buggy. Converting to
`border-image`s seems to have fixed a lot of the issues that `box-shadows` caused, such as
`background-color`s appering over top of our borders.

BREAKING CHANGE: This change both eliminates pseudo elements from several components, and adds
pseudo elements to components that did not have them before. This could cause compatibility issues
for users that relied on the existence of those pseudo elements for various styling techniques.

* style(buttons): Remove superfluous commented code
2018-12-29 21:24:06 +02:00
ダーシノ
73b3616472 (breaking changes)Add prefix to class name (#82)
* feat: add prefix

BREAKING CHANGE: add nes- to class prefix

* feat: fix storybook
2018-12-10 10:55:41 +02:00
ダーシノ
4f0bca554f fix(buttons.scss): fix btn border (#141)
ref #86
2018-12-09 16:58:53 +02:00
ダーシノ
b29f88ae3f refactor: color variables (#132)
* refactor(buttons.scss): add color variables

* refactor(inputs.scss): replace to color variables

* refactor(checkboxes.scss): replace to color variables

* refactor(containers.scss): replace to color variables

* refactor(radios.scss): replace to color variables
2018-12-09 15:19:57 +02:00
Igor Guastalla de Lima
25ed2a4f59 feat: added google icon 2018-12-07 19:13:05 +02:00
TCYong
d5a465f6ba Merge branch 'develop' into master 2018-12-07 22:31:57 +08:00
ChenYong Tian
3929e2c616 add .is-rounded class 2018-12-07 22:28:58 +08:00
Otávio Pace
f570d2cedb feat: add pixel art cursor
Add two png files for the cursor, one to
represent the default cursor and the other
one to be a pointer cursor.

Add the default one for the html tag. And
a `inherited` property for label tag.

The pointer one is being added on the button,
radio, checkbox and a tags.
2018-12-07 08:36:28 -02:00
Igor Guastalla de Lima
eceaf8d819 feat(button): added a disabled state class to button
#83
2018-12-05 22:12:43 -02:00
BcRikko
f41a6ffb63 build css 2018-12-02 15:01:49 +09:00
jkd65
78fd3c3844 swapped primary and success button styling 2018-12-01 16:43:36 -06:00
Alfonso Gómez-Arzola
6440fa99ad Style focused button; improve focused radio 2018-11-29 09:00:27 -05:00
BcRikko
ac150b25fc 🆙 prettier-stylelint -> stylelint-prettierに移行 2018-11-26 21:59:11 +09:00
BcRikko
e427793257 🙈 ボタンの背景色を白にしたときにスタイルが適用されないバグを修正 2018-11-25 20:22:10 +09:00
BcRikko
993e9aa17d 🎉 buttonsの追加 2018-11-25 19:27:36 +09:00