1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-24 14:52:54 +02:00

14 Commits

Author SHA1 Message Date
BcRikko
b6f213d32d feat: add dialog polyfill for other than chrome 2019-02-11 17:32:30 +09:00
BcRikko
7dc16ceee0 fix(dialog.scss): fix position of peusedo element
border is not visible when opening dark dialog
2019-02-11 16:57:39 +09:00
Igor Guastalla de Lima
b4db25c9e8 fix(dialog): add the after just when is-dark without is-rounded. 2019-02-08 22:25:44 -02:00
Igor Guastalla de Lima
c9226382db fix(dialog): add the same after as containers is-dark. 2019-02-08 22:19:30 -02:00
shotaro kaneda
e74d2c0e35 feat(dialog): adding dark modifier to dialogs #241 2019-01-17 13:01:28 -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
Trezy
d0c67464fa fix(dialogs.scss): Separate dialog text color from border color
Previously, we were using the `color` property to determine the color of the border around `<dialog
/>` elements. The issue with this is that it requires the text color to match the border color. I've
fixed this by moving the border color declarations into the `box-shadow` property.
2018-12-19 13:25:33 -06:00
Trezy
6258cd9738 fix(dialog): Fix dialog corners
The dialog styles added by @sophi-est weren't being loaded into the compiled stylesheet. I've added
them to the elements index file and moved the rounded corners styles into and `.is-rounded` modifier
class.
2018-12-18 13:05:32 -06:00
soph-iest
3a43f47722 adds grey styling for backdrop 2018-12-13 15:50:00 -05:00
soph-iest
33ced2866f replaces ::before and ::afters with box-shadow 2018-12-13 09:15:51 -05:00
soph-iest
ec9d7e62f0 Update dialogs.scss 2018-12-13 08:45:10 -05:00
soph-iest
5c455ee2c4 Update dialogs.scss 2018-12-13 08:44:46 -05:00
soph-iest
718e44bc38 Update dialogs.scss
Removes extraneous remaining code
2018-12-11 11:23:55 -05:00
soph-iest
2ff76ad8c6 full dialog build + script fix 2018-12-11 11:08:46 -05:00