1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-04-21 14:42:01 +02:00

24 Commits

Author SHA1 Message Date
BcRikko
287d52aa63 refactor: add fill-gaps utility 2019-10-17 16:56:49 +09:00
Brendan Sparrow
341cfbd3fe fix: update icon-mixin.scss 2019-10-17 06:11:58 +01:00
BcRikko
c40598341e refactor: add visually-hidden util 2019-07-14 13:22:02 +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 de Lima
8f60952d93 refactor: changed from @-moz-document to @supports -moz-appearance 2019-03-04 12:26:15 -03:00
Igor Guastalla de Lima
4bbb03bee1 fix: changed to media all and add min-resolution 2019-03-03 20:38:46 -03:00
Igor Guastalla de Lima
8263f08c6e fix: fix borders bugs on chrome without breaking in firefox 2019-03-03 20:25:48 -03:00
Igor Guastalla
fd931a2a57
Merge branch 'develop' into develop 2019-02-22 12:59:45 -03:00
Tommaso Poletti
972ea98481 fix(rounded-corners-mixin.scss): fix blurred borders 2019-02-22 16:55:14 +01:00
Tommaso Poletti
bef258ac79 revert for make a commit that passes the commitlint :) 2019-02-22 16:45:08 +01:00
Tommaso Poletti
1c84665b1a fix blurred borders in safari 2019-02-22 15:28:49 +01:00
BcRikko
34298ab24e fix(icon-mixin.scss): fix style on firefox
use @supports (-moz-appearance: meterbar) instead of @-moz-document url-prefix()
2019-02-22 22:46:54 +09: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
BcRikko
913766ad89 fix: fix pixelize for form elements
fix #262
2019-02-01 11:00:08 +09: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
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
jjspace
ba076c9aac perf(icons): reduce size of css
ref #205
2018-12-18 19:33:03 -05:00
Joshua Rouzer
d5173b9ad2 refactor(icons): automatically pick main color
ref #60
2018-12-10 14:50:53 -05:00
Joshua Rouzer
55a6e3ac00 refactor(icons): use default color
ref #60
2018-12-10 14:50:52 -05:00
Ernesto Mancebo
2ecd91c113 updating bad variable 2018-11-30 18:34:36 -04:00
Ernesto Mancebo
eba0730728
shrinking pixels only @ FF 2018-11-30 15:14:35 -04:00
Abdou Bouroubi
409bf9df6c fix double semi-colon generated in css file 2018-11-29 16:36:29 +01:00
BcRikko
1a34fe4bff 🎉 radiosを追加 2018-11-26 09:01:32 +09:00