Move rgba rules into CelerityDefaultPostprocessor
Summary: Should make it simpler here to have more `rgba` rules in CSS for things like hovers, selected states. Maybe only use `rgb` colors? Color pallette probably needs an overhaul. Test Plan: Bounce around random pages, buttons, menus. Everything appears normal. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D15273
This commit is contained in:
@@ -72,6 +72,12 @@ final class CelerityDefaultPostprocessor
|
||||
'hoverselectedblue' => '#e6e9ee',
|
||||
'borderinset' => 'inset 0 0 0 1px rgba(55,55,55,.15)',
|
||||
|
||||
// Alphas
|
||||
'alphawhite' => '255,255,255',
|
||||
'alphagrey' => '55,55,55',
|
||||
'alphablue' => '71,87,120',
|
||||
'alphablack' => '0,0,0',
|
||||
|
||||
// Base Greys
|
||||
'lightgreyborder' => '#C7CCD9',
|
||||
'greyborder' => '#A1A6B0',
|
||||
|
||||
Reference in New Issue
Block a user