Nes.css: Bug: Borders are not working in Firefox

Created on 16 Jan 2019  路  3Comments  路  Source: nostalgic-css/NES.css

This bug was founded by @juanpablolvl99. I tested it myself and it is happening.

Describe the bug
Pixelated borders are not working in Mozilla Firefox in the develop branch.

To Reproduce
Steps to reproduce the behavior:

  1. Clone the repository;
  2. Run npm install;
  3. Run npm run build;
  4. Run npm run storybook;
  5. Click in the Inputs or Buttons or Selects or Textareas or Progress menu inside the sidebar;
  6. You will be able to see that the borders are not showing, even if you change the options to is-success, or is-warning or is-error;

Expected behavior
The borders are pixelated and when I click an option it changes the color.

Screenshots

image

image

image

image

Environment:

  • OS: Ubuntu 16.04
  • Browser: Firefox Developer Edition 65.0b11 (64-bit) / Firefox Quantum 64.0 (64-bit) (test it on both)
  • Build environment Node v10.15.0

Suggestion(s) for fixing this issue
Maybe the border-image property does not work in Firefox?

Additional context
In master this is not happening in any of the browsers.

bug released

Most helpful comment

WooHoo, I got it!! 馃帀
I'll create Pull Request later. 馃憤
2019-01-29 16 10 11
border

fill="rgb(#{red($color)}, #{green($color)}, #{blue($color)})"

// I could not use 'rgba' function. Because like this:
rgba(#ff0000, 1.0) -> #ff0000

All 3 comments

Maybe this is related to #234

|bug|???|
|----|----|
|bug|fill|

I don't know why but it seems that it will not be working when using HEX color codes. 馃

WooHoo, I got it!! 馃帀
I'll create Pull Request later. 馃憤
2019-01-29 16 10 11
border

fill="rgb(#{red($color)}, #{green($color)}, #{blue($color)})"

// I could not use 'rgba' function. Because like this:
rgba(#ff0000, 1.0) -> #ff0000

:tada: This issue has been resolved in version 2.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

Was this page helpful?
0 / 5 - 0 ratings

Related issues

alexd99 picture alexd99  路  3Comments

HiKaylum picture HiKaylum  路  4Comments

trezy picture trezy  路  6Comments

tuxun picture tuxun  路  4Comments

Ding-Fan picture Ding-Fan  路  5Comments