1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-23 22:32:52 +02:00

14 Commits

Author SHA1 Message Date
SecretBase
dfc15660e2 fix: dark mode table blocking interaction psesudo element 2020-05-19 23:14:41 +08: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
Wako
934ea6c2da feat(tables): it removes the media query and edit text in html 2018-12-11 22:25:36 -06:00
Wako
02cd4844ca feat(tables): it replicates the responsive tables from bootstrap 2018-12-10 23:40:43 -06:00
ダーシノ
73b3616472 (breaking changes)Add prefix to class name (#82)
* feat: add prefix

BREAKING CHANGE: add nes- to class prefix

* feat: fix storybook
2018-12-10 10:55:41 +02:00
BcRikko
c61e17ac03 fix(tables.scss): add margin to table is-border class
ref #100
2018-12-09 10:03:52 +09:00
Igor Guastalla de Lima
5c25c91e7f fix(table): changed hex to variable and removed after 2018-12-07 11:54:21 -02:00
Igor Guastalla de Lima
cd60b09cfb fix(table): added margin 4px to table is-bordered 2018-12-07 11:43:57 -02:00
Igor Guastalla de Lima
203a49e606 fix(table): added background-linear and box-shadow again like requested 2018-12-07 10:39:02 -02:00
Igor Guastalla de Lima
ff2b78b01b feat(table): add dark theme to tables 2018-12-06 20:55:11 -02:00
Igor Guastalla de Lima
3bb7fd93d4 Changes requested made like adding table-layout property, usage of the $base-color variable, added word-wrap property and removed the box-shadow unused values. 2018-11-30 12:22:01 -02:00
Igor Guastalla de Lima
d062c2c00f Changed box-shadows from the table. Updated docs (index). 2018-11-30 08:25:07 -02:00
Igor Guastalla de Lima
e6e221fe81 Changed the box-shadow, missing a change into the last-child. 2018-11-29 20:21:56 -02:00
Igor Guastalla de Lima
3277cae6e0 Added tables.scss. Changed nes.css, map and min. Added tables.scss to _index.scss. 2018-11-29 20:11:28 -02:00