mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-14 03:58:33 -05:00
Add level to dialog titles and form component titles (#8233)
* Add level to dialog titles and form component titles * Switch to h1 * h2 instead of role and aria-level
This commit is contained in:
@@ -71,6 +71,13 @@
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.dialogContainer .dialogModal-wizardHeader h1.wizardPageNumber {
|
||||
margin-block-start: 0px;
|
||||
margin-block-end: 0px;
|
||||
font-weight: normal;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.dialogContainer {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
Reference in New Issue
Block a user