outline invisible on higher contrast themes (#1469)
* arialabel has been added to close button of invitational youtube video * heading role has been addedd and tag has been changed to h1 * outline has been restored to choose columns link in entities page * header text color changed to meet luminosity ratio requirement * capacity calculator link has been added with underline on focus * add property is readout twice while using screenreader * arialabel added to the add property button * screenreader content changed to announce the entire alert * focus indicator outline invisbile on higher contrast themes * Update fulldatatables.less * Update queryBuilder.less * Update queryBuilder.less * Update TableEntity.tsx * Update ThroughputInput.less * Update ThroughputInput.tsx * Update ThroughputInput.test.tsx.snap * Update NewVertexComponent.tsx * Update PanelInfoErrorComponent.tsx * Update RightPaneForm.tsx * Update AddTableEntityPanel.tsx * Update SplashScreen.tsx * Update QuickstartCarousel.tsx * Update AddTableEntityPanel.test.tsx.snap
This commit is contained in:
parent
7b568df150
commit
9c04cfcc18
|
@ -124,12 +124,13 @@ table.dataTable thead td:active {
|
||||||
|
|
||||||
table.dataTable thead th:focus,
|
table.dataTable thead th:focus,
|
||||||
table.dataTable thead td:focus {
|
table.dataTable thead td:focus {
|
||||||
border-width: 1px;
|
outline: 1px dashed #605E5C;
|
||||||
border-style: solid;
|
outline-offset: -2px;
|
||||||
border-color: #007ACC;
|
|
||||||
/*[{datatable-header-cell-focus-background}]*/
|
/*[{datatable-header-cell-focus-background}]*/
|
||||||
}
|
}
|
||||||
|
table.dataTable tbody tr:focus{
|
||||||
|
outline: 1px dashed #605E5C;
|
||||||
|
}
|
||||||
table.dataTable thead th:hover,
|
table.dataTable thead th:hover,
|
||||||
table.dataTable thead td:hover {
|
table.dataTable thead td:hover {
|
||||||
border: 1px solid #007ACC;
|
border: 1px solid #007ACC;
|
||||||
|
|
Loading…
Reference in New Issue