1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-13 18:04:00 +02:00

126 Commits

Author SHA1 Message Date
Zilin Zhu
5f93228747 fix(button): disable hover of disabled button
overwrite the box-shadow changes of hover::after for is-disabled button
2021-03-04 16:27:51 +08:00
besasam
71974a186c feat: Add "is-pixelated" class for avatars with styles for all browsers 2021-01-25 10:34:23 +01:00
ldd
dbf032c363 fix(badge): deprecate is-splited instead of removing it 2020-06-02 17:08:10 -04:00
ldd
c0b925ee4a fix(badge): rename is-splited to is-split 2020-06-02 17:08:00 -04:00
SecretBase
dfc15660e2 fix: dark mode table blocking interaction psesudo element 2020-05-19 23:14:41 +08:00
Igor Guastalla
2316c07c3a feat(list): add list is-dark storybook and classes 2020-01-28 07:34:35 -03:00
BcRikko
2f58b5e81f feat(buttons.scss): add input-file feature
close #245
2019-10-17 17:41:21 +09:00
Igor Guastalla de Lima
4f283b8cb4 style: add one linebreak 2019-10-15 06:50:17 -03:00
Igor Guastalla de Lima
20354d5d92 style: fix stylelint errors 2019-10-15 06:49:45 -03:00
Kaylum Lally
18e6c476fc feat(component-balloons): Dark Mode - Balloons
Implementation so balloons can now have `is-dark`

re #345
2019-10-11 19:24:29 +01:00
BcRikko
c40598341e refactor: add visually-hidden util 2019-07-14 13:22:02 +09:00
BcRikko
99b7296b44 fix(buttons.scss): fix focus color of buttons
fix #74
2019-07-07 14:30:09 +09:00
Pedro-Souza
4542e0dd02 fix: remove underline in hover and set color 2019-03-30 22:47:07 -03:00
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
5d55346b86 Merge branch 'develop' into fix-is-dark-dialog 2019-02-08 23:28:48 -02: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
Igor Guastalla de Lima
cd50e9bd6e feat(text): added is-disabled to text. changed text to texts. 2019-02-08 22:09:18 -02:00
BcRikko
913766ad89 fix: fix pixelize for form elements
fix #262
2019-02-01 11:00:08 +09:00
Igor Guastalla de Lima
596505fb1e chore(form): moved radios and checkboxes to form folder
#219
2019-01-30 19:57:24 -02:00
BcRikko
3026605664 fix(containers.scss): fix border bug
border does not working when `is-dark`
2019-01-29 17:36:32 +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
shotaro kaneda
d6b75e5305 feat(progress): adding is-rounded to progess has was requested in #242 2019-01-18 00:00:43 -03:00
shotaro kaneda
e74d2c0e35 feat(dialog): adding dark modifier to dialogs #241 2019-01-17 13:01:28 -03:00
Igor Guastalla de Lima
2c83f51fb7 fix(buttons): fix is-disabled button state being able to click
#240
2019-01-03 22:31:52 -02:00
Abdullah Samman
85c173fadb Merge branch 'develop' into fix-container-with-title 2019-01-03 18:35:58 +03:00
Igor Guastalla de Lima
bce3d7bb9b feat: add badges into index.html and some corrections to support it 2019-01-02 22:31:50 -02: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
ダーシノ
09f2ccab76 Merge branch 'develop' into add-badges-component 2018-12-29 16:58:11 +09:00
LukBukkit
4a06744431 feat(text colors): adds text colors classes like is-primary etc.
fix #226
2018-12-28 18:04:15 +01:00
Igor Guastalla de Lima
20abd54fea feat(badges): added is-icon class to badges and new mixin 2018-12-22 20:32:14 -02:00
Igor Guastalla de Lima
aaa7107950 fix(badges): removed cursor click 2018-12-22 19:48:04 -02:00
Igor Guastalla de Lima
66f8ecdd88 style(badges): lint fixes 2018-12-20 20:22:31 -02:00
Igor Guastalla de Lima
911f281b47 feat(badges): changes made that was asked by the reviewer
Removed box-sizing and border none, and classes that changed the size. Added cursor fallback and
size change by the font-size. Changed from span to a; display type; margin.

#211
2018-12-20 20:21:51 -02:00
Igor Guastalla de Lima
f8a8e3184a Merge branch 'develop' into add-badges-component 2018-12-20 20:03:58 -02:00
Igor Guastalla
2c94ad0fbe Merge branch 'develop' into 205-icon-shadow-optimization 2018-12-19 22:59:34 -02:00
jjspace
ff74f17e83 perf(icons): fix pixelize for radio checkbox and list
ref #205
2018-12-19 19:35:22 -05:00
Igor Guastalla de Lima
656f186160 feat(badges): css improvements and added is-splited class 2018-12-19 20:54:26 -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
Igor Guastalla de Lima
b6d10442f3 feat(badges): storybook corrections and order of properties 2018-12-18 22:20:42 -02:00
Igor Guastalla de Lima
c4075b0e94 feat(badges): second draft of the badges component. added more classes 2018-12-18 22:16:59 -02:00
Igor Guastalla de Lima
cc5e6d07d8 feat(badges): add badges component first draft 2018-12-18 21:41:44 -02: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
Trezy
f957ef7bbb Merge branch 'develop' into scroll-table 2018-12-16 13:36:20 -06:00
Trezy
ae8ec3049a Merge branch 'develop' into change-is-center-container-class 2018-12-13 14:59:33 -06:00
soph-iest
24a7575bd6 Merge branch 'develop' into dialog 2018-12-13 15:50:30 -05:00
soph-iest
3a43f47722 adds grey styling for backdrop 2018-12-13 15:50:00 -05:00
Igor Guastalla
cb32aa26fe Merge branch 'develop' into change-is-center-container-class 2018-12-13 18:11:59 -02:00