mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-27 04:41:48 +00:00
* [accessibility-2280341]:[Keyboard Navigation - Azure Cosmos DB - Graph]: Keyboard focus order is not logical after selecting any tab control. * updated module structure. --------- Co-authored-by: Satyapriya Bai <v-satybai@microsoft.com>
17 lines
256 B
Plaintext
17 lines
256 B
Plaintext
@import "../../../../less/Common/Constants";
|
|
|
|
.tabComponentContainer {
|
|
height: 100%;
|
|
.flex-display();
|
|
.flex-direction();
|
|
|
|
.tabSwitch {
|
|
margin-left: @LargeSpace;
|
|
margin-bottom: 20px;
|
|
|
|
.tab {
|
|
margin-right: @MediumSpace;
|
|
}
|
|
}
|
|
}
|