driver.js icon indicating copy to clipboard operation
driver.js copied to clipboard

Refactor SCSS

Open teodragovic opened this issue 5 years ago • 0 comments

This PR introduces several changes to CSS:

  • Replaces overqualified selectors like div#driver-popover-item by removing div and targeting attribute. This makes it easier to override default styles by passing custom class hook.
  • Lowers specificity by removing nesting where not needed.

References:

  • https://csswizardry.com/2014/07/hacks-for-dealing-with-specificity/
  • http://thesassway.com/beginner/the-inception-rule

teodragovic avatar Jan 20 '20 16:01 teodragovic