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

11 Commits

Author SHA1 Message Date
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
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
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
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