1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-20 21:11:26 +02:00

9 Commits

Author SHA1 Message Date
markcytian
c4aec38674 feat(form): add "is-disabled" class with form 2021-05-11 13:21:48 +08:00
HiKaylum
6b6f68ee8c fix(select): fixed select state styling
select when `is-dark` can now have `is-error`, `is-success` and `is-warning`

#384
2019-12-27 15:46:26 +00: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
Igor Guastalla de Lima
e285d14851 feat(select): add select is-dark class type like input component 2019-05-18 11:43:09 -03:00
BcRikko
913766ad89 fix: fix pixelize for form elements
fix #262
2019-02-01 11:00:08 +09:00
Igor Guastalla de Lima
78e522e4dd fix(container): removed padding-top inside with-title class 2019-01-02 20:17:34 -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
Wojciech Olejnik
b8686b6af5 refactor(select): add @BcRikko's suggestions for the select component
Change select.scss to selects.scss, add margin to .nes-select, use different color variables,
refactor handling of different select states
2018-12-22 20:31:29 +01:00