summaryrefslogtreecommitdiffstats
path: root/app/common/styles/components
diff options
context:
space:
mode:
authorDixsie Wolmers <dixsiew@gmail.com>2019-07-11 13:46:08 -0500
committerGunnar Mills <gmills@us.ibm.com>2019-09-26 20:04:56 +0000
commit28e9ed8bd98c41f4f6426b8959af5f4289c4b4f0 (patch)
tree7f291af34621b9f3e5f4014eaf46c2211c28615b /app/common/styles/components
parentafc8a799627b71bba716e207cee8185852a6d390 (diff)
downloadphosphor-webui-28e9ed8bd98c41f4f6426b8959af5f4289c4b4f0.tar.gz
phosphor-webui-28e9ed8bd98c41f4f6426b8959af5f4289c4b4f0.zip
Improve LDAP accessibility
-Fixes accessibility issues for table sort buttons, fieldset legend, checkboxes and radio buttons -Fixes tabbing to checkboxes -Stops tabbing to disabled sort buttons by adding ng-disabled -Removes aria-hidden from modals Tested: Verified no violations using DAP tool. Signed-off-by: Dixsie Wolmers <dixsiew@gmail.com> Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: I9ad240d5ed151a362c0000fdab3ebf1f2997b226
Diffstat (limited to 'app/common/styles/components')
-rw-r--r--app/common/styles/components/form-elements.scss2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/common/styles/components/form-elements.scss b/app/common/styles/components/form-elements.scss
index 8ee6e66..a25242b 100644
--- a/app/common/styles/components/form-elements.scss
+++ b/app/common/styles/components/form-elements.scss
@@ -143,8 +143,6 @@
/* Check mark */
.control__indicator:after,
.control-check input:not(:checked){
- position: absolute;
- display: none;
content: '';
}
OpenPOWER on IntegriCloud