mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-19 08:51:24 +00:00
* 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 * Update QuickstartCarousel.tsx * Update SplashScreen.tsx * Update TableEntity.tsx * outline for edit entity has been added on focus * keyboard accessibility added to rows in table entities * learn more link under analytical store * Update queryBuilder.less * Update TableEntity.tsx * Update PanelComponent.less * Update DataTableBindingManager.ts * Update DataTableBindingManager.ts
20 lines
396 B
Plaintext
20 lines
396 B
Plaintext
@import "../../../../less/Common/Constants";
|
|
|
|
.throughputInputContainer {
|
|
.throughputInputRadioBtn {
|
|
margin: 0;
|
|
}
|
|
}
|
|
|
|
.throughputInputRadioBtnLabel {
|
|
font-size: @mediumFontSize;
|
|
padding: 0 @LargeSpace 0 @SmallSpace;
|
|
}
|
|
|
|
.throughputInputSpacing > :not(:last-child) {
|
|
margin-bottom: @DefaultSpace;
|
|
}
|
|
.capacitycalculator-link:focus{
|
|
text-decoration: underline;
|
|
outline-offset: 2px;
|
|
} |