Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

custom css resets for brave #4519

Closed
lucidNTR opened this issue Oct 4, 2016 · 2 comments
Closed

custom css resets for brave #4519

lucidNTR opened this issue Oct 4, 2016 · 2 comments
Labels
design A design change, especially one which needs input from the design team. suggestion wontfix

Comments

@lucidNTR
Copy link
Contributor

lucidNTR commented Oct 4, 2016

Did you search for similar issues before submitting this one?
yes

Describe the issue you encountered:
a lot of style issues arise because standard css rules are not for electron applications and devs need to remember overriding bad UX standards

eg:
#4355

or
#4509

recomendations:
box-sizing: border-box; (simpler box model)
-webkit-user-select: none; (non selectable text is standard outside of webviews)
*:focus {
outline: none; (no focus outlines)
}

@luixxiul luixxiul added design A design change, especially one which needs input from the design team. suggestion labels Oct 4, 2016
@luixxiul
Copy link
Contributor

luixxiul commented Oct 5, 2016

cc @bradleyrichter

@cezaraugusto cezaraugusto added this to the Triage Backlog milestone Nov 8, 2017
@luixxiul
Copy link
Contributor

Implement normalize.css should be the proper solution here.

@bsclifton bsclifton removed this from the Triage Backlog milestone Aug 7, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
design A design change, especially one which needs input from the design team. suggestion wontfix
Projects
None yet
Development

No branches or pull requests

4 participants