align with portal button style (#14187)

* align with portal button style

* fix welcome page

* image button

* more fixes

* use withProperties

* add comment back

* add border radius
This commit is contained in:
Alan Ren
2021-02-08 15:12:54 -08:00
committed by GitHub
parent 7a0ac71b98
commit a3cddbc8aa
67 changed files with 384 additions and 251 deletions

View File

@@ -14,18 +14,19 @@
"textLinkActiveForeground": "#30b4ff",
//Button control
"button.background": "#0078D4",
"button.foreground": "#ffffff",
"button.hoverBackground": "#106EBE",
"button.background": "#4894FE",
"button.foreground": "#111111",
"button.hoverBackground": "#6CA9FE",
"button.border": "#4894FE",
// TODO add support for these
"button.secondaryBackground": "#1B1A19",
"button.secondaryHoverBackground": "#1B1A19",
"button.secondaryForeground": "#ffffff",
"button.secondaryHoverForeground": "#0078D4",
"button.secondaryBackground": "#212121",
"button.secondaryHoverBackground": "#7F7F7F19",
"button.secondaryForeground": "#4894FE",
"button.secondaryBorder": "#4894FE",
"button.disabledBackground": "#252423",
"button.disabledForeground": "#797775",
"button.disabledBackground": "#7F7F7F19",
"button.disabledForeground": "#797775B2",
"button.disabledBorder": "#7F7F7F19",
//Checkbox

View File

@@ -14,18 +14,19 @@
"textLinkActiveForeground": "#3062d6",
//Button control
"button.background": "#007ACC",
"button.foreground": "#ffffff",
"button.hoverBackground": "#0078d7",
"button.background": "#0078D4",
"button.foreground": "#FFFFFF",
"button.hoverBackground": "#106EBE",
"button.border": "#0078D4",
// TODO add support for these
"button.secondaryBackground": "#ffffff",
"button.secondaryHoverBackground": "#ffffff",
"button.secondaryBackground": "#FFFFFF",
"button.secondaryHoverBackground": "#F3F2F1",
"button.secondaryForeground": "#323130",
"button.secondaryHoverForeground": "#0078D4",
"button.secondaryBorder": "#8A8886",
"button.disabledBackground": "#F3F2F1",
"button.disabledForeground": "#A19F9D",
"button.disabledBorder": "#F3F2F1",
//Checkbox