1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-22 05:42:55 +02:00

18 Commits

Author SHA1 Message Date
markcytian
c4aec38674 feat(form): add "is-disabled" class with form 2021-05-11 13:21:48 +08:00
Igor Guastalla de Lima
20354d5d92 style: fix stylelint errors 2019-10-15 06:49:45 -03:00
thisisabhinay
6ae1049fd8 fix: string interpolation to calculate width of inputs
Uses css calc() to calculate the width of form input classes (nes-input, nes-textarea, nes-select) and uses SCSS's string interpolation to place and perform calculation on variable's ($border-size) value
2019-10-10 08:45:31 +05:30
lucasjs
cb93b879ea fix: remove input shadow on ios 2019-03-30 21:01:19 -03:00
BcRikko
20d348e95b fix: fix border bugs on chrome
border is broken when zooming in/out on chrome

fix #244
2019-02-06 00:08:11 +09:00
Juan Pablo
b58e8b01c9 adding is-dark modifier to input 2019-01-16 17:49:41 -03: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
d0p1
361b2c28f0 fix: add missing nes-prefix 2018-12-26 11:12:06 +01: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
Igor Guastalla de Lima
2297d78c37 feat(textarea): add textarea class to inputs 2018-12-09 13:03:55 -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
Wako
94e3f76d55 Merge branch 'develop' into patch-1 2018-12-08 21:16:11 -06:00
Wako
b3da154fa4 Update inputs.scss
Using width instead of max-width don't make the input wider than it's container in mobile.
2018-12-08 12:23:18 -06:00
BcRikko
28d8839c61 fix(inputs.scss): fix field responsive 2018-12-08 23:07:40 +09:00
jkd65
8046ee6b78 updated input success color for both css and sass 2018-12-02 09:45:40 -06:00
James Ives
bfe3400460 Preventings overflowing inputs 2018-11-29 11:14:56 -05:00
BcRikko
b735f29340 👍 inputのooutlineの色をスタイルに合わせて調整 2018-11-28 18:33:43 +09:00
BcRikko
0572e82127 🎉 inputsを追加 2018-11-27 08:39:29 +09:00