mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user