1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-23 18:41:38 +01:00
metamask-extension/ui/app
Mark Stacey 1105da7800
Refactor tab styles to minimize tab component styles (#8209)
* Refactor tab styles to minimize tab component styles

The tab component styles were not applicable to all tab instances, so
they were being overridden in a few places. Instead the tab styles have
been reduced to a minimal set that should be applicable in most cases.

There are a few functional changes here as well, meant to undo
changes made accidentally in #8132. Before that PR the page container
was overriding the tab styles altogether, but after that PR they were
combined with the base tab styles instead.

* Remove background color

This was previously being overridden by the page container styles, and
it matches the inherited background color already in the one other case
(the confirm page for token interactions)
2020-03-23 21:18:45 -03:00
..
components Refactor tab styles to minimize tab component styles (#8209) 2020-03-23 21:18:45 -03:00
contexts Migrate "i18n-provider" to new context API (#8213) 2020-03-23 14:07:05 -03:00
css Add border none for moz-focus-inner (#8217) 2020-03-19 12:44:20 -04:00
ducks Migrate "i18n-provider" to new context API (#8213) 2020-03-23 14:07:05 -03:00
helpers Migrate "i18n-provider" to new context API (#8213) 2020-03-23 14:07:05 -03:00
pages Migrate "i18n-provider" to new context API (#8213) 2020-03-23 14:07:05 -03:00
selectors Fix selectors that use metamask.send.from state (#8182) 2020-03-11 15:40:35 -03:00
store Use specified gas limit when speeding up a transaction (#8178) 2020-03-12 11:33:11 -03:00