trimox / angular-mdc-web

Angular wrapper for Material Design (Web) Components
https://trimox.github.io/angular-mdc-web
MIT License
518 stars 87 forks source link

Button outline overwritten bij firefox styling #2188

Closed mptyspace closed 4 years ago

mptyspace commented 4 years ago

Button outline in Firefox is a dotted line, as per its house style. .mdc-button sets outline to none, but in Firefox, with angular, this does not seem to work.

For reference, I have two test applications, one angular, one non-angular. It's fine in the non-angular one.

To Reproduce

  1. Create a simple website, with a button (sorry, stackblitz example seems to be broken)
  2. Open it in firefox
  3. Click the button
  4. It has a dotted outline

What Angular MDC version are you using? 5.1.1

What OS are you using?: debian 9

What browser(s) is this bug affecting?: Firefox

Additional context Does not occur with non-angular app

mptyspace commented 4 years ago

Issue has magically disappeared over night, can no longer replicate