feat: Accessibility improvements (#7224)
* feat: adds a11y for ContentType & Responses region * feat: adds a11y to expandable/collapsible elements * fix: add aria label to select element for content types * fix: add aria label prop to contentType component * Change optag to h3 for better tag hierarchy Co-authored-by: ediiotero <eddie.otero@oddball.io> Co-authored-by: Mike Lumetta <mike.lumetta@adhocteam.us> Co-authored-by: Alexander Valencia <alex.valencia@adhocteam.us>
This commit is contained in:
@@ -110,6 +110,21 @@
|
||||
}
|
||||
}
|
||||
|
||||
.opblock-summary-control,
|
||||
.models-control,
|
||||
.model-box-control
|
||||
{
|
||||
all: inherit;
|
||||
flex: 1;
|
||||
border-bottom: 0;
|
||||
padding: 0;
|
||||
cursor: pointer;
|
||||
|
||||
&:focus {
|
||||
outline: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.expand-methods,
|
||||
.expand-operation
|
||||
{
|
||||
@@ -143,11 +158,9 @@
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
button
|
||||
{
|
||||
cursor: pointer;
|
||||
outline: none;
|
||||
|
||||
&.invalid
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user