Bug/accessibility 1 (#6774)

* fixing simple name changes

* Fixing button color and tabbing on tabs

* removing some extra lines of code

* Adding some null checks

* Updating as per PR comments
This commit is contained in:
Udeesha Gautam
2019-08-20 10:11:34 -07:00
committed by GitHub
parent 23ed1e9123
commit c513204501
6 changed files with 61 additions and 14 deletions

View File

@@ -14,7 +14,7 @@
"textLinkActiveForeground": "#30b4ff",
//Button control
"button.background": "#0078d7cc",
"button.background": "#0E639C",
"button.foreground": "#ffffff",
"button.hoverBackground": "#0078d7",
@@ -530,4 +530,4 @@
}
}
]
}
}

View File

@@ -14,7 +14,7 @@
"textLinkActiveForeground": "#3062d6",
//Button control
"button.background": "#0078d7cc",
"button.background": "#007ACC",
"button.foreground": "#ffffff",
"button.hoverBackground": "#0078d7",
@@ -562,4 +562,4 @@
}
}
]
}
}