cosmos-explorer/less/TableStyles/queryBuilder.less

526 lines
9.6 KiB
Plaintext
Raw Normal View History

@import "../Common/Constants";
/*Table Query stylings*/
@import "../Common/Constants";
.query-panel {
Defect1711833 (#1370) * keyboard navigation for defects 1722611,1722618 * Fixes for keyboard navigation of add new clause,edit,remove property,insert filter line, remove filter line * Revert "keyboard navigation for defects 1722611,1722618" This reverts commit 9383609a2205b2c407ceb41fc01009eb0d816998. * html,css changes corected after reversion * Revert "html,css changes corected after reversion" This reverts commit 712e0e0c1e9f46da07b65d34140059c477b3248a. * committing changes for the keyboard navigation * format fixes * changes to addcollectionpanel.test.tsx snp file * changes in infotooltip for defct * Revert "changes in infotooltip for defct" This reverts commit ca9833e20860e66b8a46993c23e8b76f76cb645f. * commit for tooltip in defect 1704149 * Revert "commit for tooltip in defect 1704149" This reverts commit 44766e82134d3591ff43c5434218f9c703414b6c. * InfoTooltip changes * update snapshot * defect1722595 Bug 1722595: [Screen readers Azure Cosmos DB Scale& Settings: Screen reader (NVDA) is not announcing status message which is displayed on the screen after radio button is selected under scale tab. * more options in delete entity dialog is not accessible through keyboard * Revert "more options in delete entity dialog is not accessible through keyboard" This reverts commit 23a05ef18e7cce21fc1aa3aef1c1cbcca257d303. * more options in delete entity dialog is not accessible throgh keyboard * remove native html with role='alert' for messagebar * role added for messagebar fluentui component
2023-01-10 16:02:29 +00:00
display: table;
display: none;
width: 100%;
border-top: 1px solid #dddddd;
/*[{environment-commandbar-toolbar-separator}]*/
background-color: #ffffff;
/*[{plugin-background-color}]*/
padding: 2px 0px 0px 2px;
resize: vertical;
}
.query-panel .row {
Defect1711833 (#1370) * keyboard navigation for defects 1722611,1722618 * Fixes for keyboard navigation of add new clause,edit,remove property,insert filter line, remove filter line * Revert "keyboard navigation for defects 1722611,1722618" This reverts commit 9383609a2205b2c407ceb41fc01009eb0d816998. * html,css changes corected after reversion * Revert "html,css changes corected after reversion" This reverts commit 712e0e0c1e9f46da07b65d34140059c477b3248a. * committing changes for the keyboard navigation * format fixes * changes to addcollectionpanel.test.tsx snp file * changes in infotooltip for defct * Revert "changes in infotooltip for defct" This reverts commit ca9833e20860e66b8a46993c23e8b76f76cb645f. * commit for tooltip in defect 1704149 * Revert "commit for tooltip in defect 1704149" This reverts commit 44766e82134d3591ff43c5434218f9c703414b6c. * InfoTooltip changes * update snapshot * defect1722595 Bug 1722595: [Screen readers Azure Cosmos DB Scale& Settings: Screen reader (NVDA) is not announcing status message which is displayed on the screen after radio button is selected under scale tab. * more options in delete entity dialog is not accessible through keyboard * Revert "more options in delete entity dialog is not accessible through keyboard" This reverts commit 23a05ef18e7cce21fc1aa3aef1c1cbcca257d303. * more options in delete entity dialog is not accessible throgh keyboard * remove native html with role='alert' for messagebar * role added for messagebar fluentui component
2023-01-10 16:02:29 +00:00
display: table-row;
}
.query-panel .row .cell {
Defect1711833 (#1370) * keyboard navigation for defects 1722611,1722618 * Fixes for keyboard navigation of add new clause,edit,remove property,insert filter line, remove filter line * Revert "keyboard navigation for defects 1722611,1722618" This reverts commit 9383609a2205b2c407ceb41fc01009eb0d816998. * html,css changes corected after reversion * Revert "html,css changes corected after reversion" This reverts commit 712e0e0c1e9f46da07b65d34140059c477b3248a. * committing changes for the keyboard navigation * format fixes * changes to addcollectionpanel.test.tsx snp file * changes in infotooltip for defct * Revert "changes in infotooltip for defct" This reverts commit ca9833e20860e66b8a46993c23e8b76f76cb645f. * commit for tooltip in defect 1704149 * Revert "commit for tooltip in defect 1704149" This reverts commit 44766e82134d3591ff43c5434218f9c703414b6c. * InfoTooltip changes * update snapshot * defect1722595 Bug 1722595: [Screen readers Azure Cosmos DB Scale& Settings: Screen reader (NVDA) is not announcing status message which is displayed on the screen after radio button is selected under scale tab. * more options in delete entity dialog is not accessible through keyboard * Revert "more options in delete entity dialog is not accessible through keyboard" This reverts commit 23a05ef18e7cce21fc1aa3aef1c1cbcca257d303. * more options in delete entity dialog is not accessible throgh keyboard * remove native html with role='alert' for messagebar * role added for messagebar fluentui component
2023-01-10 16:02:29 +00:00
display: table-cell;
}
.query-panel.transition-in {
Defect1711833 (#1370) * keyboard navigation for defects 1722611,1722618 * Fixes for keyboard navigation of add new clause,edit,remove property,insert filter line, remove filter line * Revert "keyboard navigation for defects 1722611,1722618" This reverts commit 9383609a2205b2c407ceb41fc01009eb0d816998. * html,css changes corected after reversion * Revert "html,css changes corected after reversion" This reverts commit 712e0e0c1e9f46da07b65d34140059c477b3248a. * committing changes for the keyboard navigation * format fixes * changes to addcollectionpanel.test.tsx snp file * changes in infotooltip for defct * Revert "changes in infotooltip for defct" This reverts commit ca9833e20860e66b8a46993c23e8b76f76cb645f. * commit for tooltip in defect 1704149 * Revert "commit for tooltip in defect 1704149" This reverts commit 44766e82134d3591ff43c5434218f9c703414b6c. * InfoTooltip changes * update snapshot * defect1722595 Bug 1722595: [Screen readers Azure Cosmos DB Scale& Settings: Screen reader (NVDA) is not announcing status message which is displayed on the screen after radio button is selected under scale tab. * more options in delete entity dialog is not accessible through keyboard * Revert "more options in delete entity dialog is not accessible through keyboard" This reverts commit 23a05ef18e7cce21fc1aa3aef1c1cbcca257d303. * more options in delete entity dialog is not accessible throgh keyboard * remove native html with role='alert' for messagebar * role added for messagebar fluentui component
2023-01-10 16:02:29 +00:00
display: table;
top: 0px;
-webkit-transition: top 2s linear;
-ms-transition: top 2s linear;
-moz-transition: top 2s linear;
-khtml-transition: top 2s linear;
-o-transition: top 2s linear;
transition: top 2s linear;
}
.query-builder {
Defect1711833 (#1370) * keyboard navigation for defects 1722611,1722618 * Fixes for keyboard navigation of add new clause,edit,remove property,insert filter line, remove filter line * Revert "keyboard navigation for defects 1722611,1722618" This reverts commit 9383609a2205b2c407ceb41fc01009eb0d816998. * html,css changes corected after reversion * Revert "html,css changes corected after reversion" This reverts commit 712e0e0c1e9f46da07b65d34140059c477b3248a. * committing changes for the keyboard navigation * format fixes * changes to addcollectionpanel.test.tsx snp file * changes in infotooltip for defct * Revert "changes in infotooltip for defct" This reverts commit ca9833e20860e66b8a46993c23e8b76f76cb645f. * commit for tooltip in defect 1704149 * Revert "commit for tooltip in defect 1704149" This reverts commit 44766e82134d3591ff43c5434218f9c703414b6c. * InfoTooltip changes * update snapshot * defect1722595 Bug 1722595: [Screen readers Azure Cosmos DB Scale& Settings: Screen reader (NVDA) is not announcing status message which is displayed on the screen after radio button is selected under scale tab. * more options in delete entity dialog is not accessible through keyboard * Revert "more options in delete entity dialog is not accessible through keyboard" This reverts commit 23a05ef18e7cce21fc1aa3aef1c1cbcca257d303. * more options in delete entity dialog is not accessible throgh keyboard * remove native html with role='alert' for messagebar * role added for messagebar fluentui component
2023-01-10 16:02:29 +00:00
width: 100%;
padding-right: @DefaultSpace;
border-bottom: 1px solid @BaseMedium;
margin-bottom: @DefaultSpace;
}
.query-builder-toolbar {
Defect1711833 (#1370) * keyboard navigation for defects 1722611,1722618 * Fixes for keyboard navigation of add new clause,edit,remove property,insert filter line, remove filter line * Revert "keyboard navigation for defects 1722611,1722618" This reverts commit 9383609a2205b2c407ceb41fc01009eb0d816998. * html,css changes corected after reversion * Revert "html,css changes corected after reversion" This reverts commit 712e0e0c1e9f46da07b65d34140059c477b3248a. * committing changes for the keyboard navigation * format fixes * changes to addcollectionpanel.test.tsx snp file * changes in infotooltip for defct * Revert "changes in infotooltip for defct" This reverts commit ca9833e20860e66b8a46993c23e8b76f76cb645f. * commit for tooltip in defect 1704149 * Revert "commit for tooltip in defect 1704149" This reverts commit 44766e82134d3591ff43c5434218f9c703414b6c. * InfoTooltip changes * update snapshot * defect1722595 Bug 1722595: [Screen readers Azure Cosmos DB Scale& Settings: Screen reader (NVDA) is not announcing status message which is displayed on the screen after radio button is selected under scale tab. * more options in delete entity dialog is not accessible through keyboard * Revert "more options in delete entity dialog is not accessible through keyboard" This reverts commit 23a05ef18e7cce21fc1aa3aef1c1cbcca257d303. * more options in delete entity dialog is not accessible throgh keyboard * remove native html with role='alert' for messagebar * role added for messagebar fluentui component
2023-01-10 16:02:29 +00:00
background-color: #ffffff;
/*[{plugin-background-color}]*/
min-width: 600px;
height: 30px;
border-bottom: 1px solid #dddddd;
/*[1px solid {environment-commandbar-toolbar-separator}]*/
}
.query-builder-toolbar .query-toolbar-group {
Defect1711833 (#1370) * keyboard navigation for defects 1722611,1722618 * Fixes for keyboard navigation of add new clause,edit,remove property,insert filter line, remove filter line * Revert "keyboard navigation for defects 1722611,1722618" This reverts commit 9383609a2205b2c407ceb41fc01009eb0d816998. * html,css changes corected after reversion * Revert "html,css changes corected after reversion" This reverts commit 712e0e0c1e9f46da07b65d34140059c477b3248a. * committing changes for the keyboard navigation * format fixes * changes to addcollectionpanel.test.tsx snp file * changes in infotooltip for defct * Revert "changes in infotooltip for defct" This reverts commit ca9833e20860e66b8a46993c23e8b76f76cb645f. * commit for tooltip in defect 1704149 * Revert "commit for tooltip in defect 1704149" This reverts commit 44766e82134d3591ff43c5434218f9c703414b6c. * InfoTooltip changes * update snapshot * defect1722595 Bug 1722595: [Screen readers Azure Cosmos DB Scale& Settings: Screen reader (NVDA) is not announcing status message which is displayed on the screen after radio button is selected under scale tab. * more options in delete entity dialog is not accessible through keyboard * Revert "more options in delete entity dialog is not accessible through keyboard" This reverts commit 23a05ef18e7cce21fc1aa3aef1c1cbcca257d303. * more options in delete entity dialog is not accessible throgh keyboard * remove native html with role='alert' for messagebar * role added for messagebar fluentui component
2023-01-10 16:02:29 +00:00
display: inline-block;
height: 24px;
margin: 2px 0px;
vertical-align: middle;
}
.query-builder-toolbar .query-toolbar-group .query-toolbar-button {
Defect1711833 (#1370) * keyboard navigation for defects 1722611,1722618 * Fixes for keyboard navigation of add new clause,edit,remove property,insert filter line, remove filter line * Revert "keyboard navigation for defects 1722611,1722618" This reverts commit 9383609a2205b2c407ceb41fc01009eb0d816998. * html,css changes corected after reversion * Revert "html,css changes corected after reversion" This reverts commit 712e0e0c1e9f46da07b65d34140059c477b3248a. * committing changes for the keyboard navigation * format fixes * changes to addcollectionpanel.test.tsx snp file * changes in infotooltip for defct * Revert "changes in infotooltip for defct" This reverts commit ca9833e20860e66b8a46993c23e8b76f76cb645f. * commit for tooltip in defect 1704149 * Revert "commit for tooltip in defect 1704149" This reverts commit 44766e82134d3591ff43c5434218f9c703414b6c. * InfoTooltip changes * update snapshot * defect1722595 Bug 1722595: [Screen readers Azure Cosmos DB Scale& Settings: Screen reader (NVDA) is not announcing status message which is displayed on the screen after radio button is selected under scale tab. * more options in delete entity dialog is not accessible through keyboard * Revert "more options in delete entity dialog is not accessible through keyboard" This reverts commit 23a05ef18e7cce21fc1aa3aef1c1cbcca257d303. * more options in delete entity dialog is not accessible throgh keyboard * remove native html with role='alert' for messagebar * role added for messagebar fluentui component
2023-01-10 16:02:29 +00:00
min-width: 0px;
padding: 0px;
margin-left: 2px;
background-color: transparent;
border: solid transparent;
}
.query-builder-toolbar .query-toolbar-group .query-toolbar-button:active {
Defect1711833 (#1370) * keyboard navigation for defects 1722611,1722618 * Fixes for keyboard navigation of add new clause,edit,remove property,insert filter line, remove filter line * Revert "keyboard navigation for defects 1722611,1722618" This reverts commit 9383609a2205b2c407ceb41fc01009eb0d816998. * html,css changes corected after reversion * Revert "html,css changes corected after reversion" This reverts commit 712e0e0c1e9f46da07b65d34140059c477b3248a. * committing changes for the keyboard navigation * format fixes * changes to addcollectionpanel.test.tsx snp file * changes in infotooltip for defct * Revert "changes in infotooltip for defct" This reverts commit ca9833e20860e66b8a46993c23e8b76f76cb645f. * commit for tooltip in defect 1704149 * Revert "commit for tooltip in defect 1704149" This reverts commit 44766e82134d3591ff43c5434218f9c703414b6c. * InfoTooltip changes * update snapshot * defect1722595 Bug 1722595: [Screen readers Azure Cosmos DB Scale& Settings: Screen reader (NVDA) is not announcing status message which is displayed on the screen after radio button is selected under scale tab. * more options in delete entity dialog is not accessible through keyboard * Revert "more options in delete entity dialog is not accessible through keyboard" This reverts commit 23a05ef18e7cce21fc1aa3aef1c1cbcca257d303. * more options in delete entity dialog is not accessible throgh keyboard * remove native html with role='alert' for messagebar * role added for messagebar fluentui component
2023-01-10 16:02:29 +00:00
outline: 2px solid dodgerblue;
/*[2px solid {common-common-controls-button-border-hover}]*/
}
.query-builder-toolbar .query-toolbar-group .query-toolbar-button:hover {
Defect1711833 (#1370) * keyboard navigation for defects 1722611,1722618 * Fixes for keyboard navigation of add new clause,edit,remove property,insert filter line, remove filter line * Revert "keyboard navigation for defects 1722611,1722618" This reverts commit 9383609a2205b2c407ceb41fc01009eb0d816998. * html,css changes corected after reversion * Revert "html,css changes corected after reversion" This reverts commit 712e0e0c1e9f46da07b65d34140059c477b3248a. * committing changes for the keyboard navigation * format fixes * changes to addcollectionpanel.test.tsx snp file * changes in infotooltip for defct * Revert "changes in infotooltip for defct" This reverts commit ca9833e20860e66b8a46993c23e8b76f76cb645f. * commit for tooltip in defect 1704149 * Revert "commit for tooltip in defect 1704149" This reverts commit 44766e82134d3591ff43c5434218f9c703414b6c. * InfoTooltip changes * update snapshot * defect1722595 Bug 1722595: [Screen readers Azure Cosmos DB Scale& Settings: Screen reader (NVDA) is not announcing status message which is displayed on the screen after radio button is selected under scale tab. * more options in delete entity dialog is not accessible through keyboard * Revert "more options in delete entity dialog is not accessible through keyboard" This reverts commit 23a05ef18e7cce21fc1aa3aef1c1cbcca257d303. * more options in delete entity dialog is not accessible throgh keyboard * remove native html with role='alert' for messagebar * role added for messagebar fluentui component
2023-01-10 16:02:29 +00:00
background-color: #cccedb;
/*[{common-controls-button-hover-background}]*/
}
.query-builder-toolbar .query-toolbar-group .query-toolbar-button.active {
Defect1711833 (#1370) * keyboard navigation for defects 1722611,1722618 * Fixes for keyboard navigation of add new clause,edit,remove property,insert filter line, remove filter line * Revert "keyboard navigation for defects 1722611,1722618" This reverts commit 9383609a2205b2c407ceb41fc01009eb0d816998. * html,css changes corected after reversion * Revert "html,css changes corected after reversion" This reverts commit 712e0e0c1e9f46da07b65d34140059c477b3248a. * committing changes for the keyboard navigation * format fixes * changes to addcollectionpanel.test.tsx snp file * changes in infotooltip for defct * Revert "changes in infotooltip for defct" This reverts commit ca9833e20860e66b8a46993c23e8b76f76cb645f. * commit for tooltip in defect 1704149 * Revert "commit for tooltip in defect 1704149" This reverts commit 44766e82134d3591ff43c5434218f9c703414b6c. * InfoTooltip changes * update snapshot * defect1722595 Bug 1722595: [Screen readers Azure Cosmos DB Scale& Settings: Screen reader (NVDA) is not announcing status message which is displayed on the screen after radio button is selected under scale tab. * more options in delete entity dialog is not accessible through keyboard * Revert "more options in delete entity dialog is not accessible through keyboard" This reverts commit 23a05ef18e7cce21fc1aa3aef1c1cbcca257d303. * more options in delete entity dialog is not accessible throgh keyboard * remove native html with role='alert' for messagebar * role added for messagebar fluentui component
2023-01-10 16:02:29 +00:00
background-color: #e6e7ed;
/*[{common-controls-inner-tab-active-background}]*/
outline: none;
}
.query-builder-toolbar .query-toolbar-group .query-toolbar-button:disabled,
.query-builder-toolbar .query-toolbar-group .query-toolbar-button.disabled {
Defect1711833 (#1370) * keyboard navigation for defects 1722611,1722618 * Fixes for keyboard navigation of add new clause,edit,remove property,insert filter line, remove filter line * Revert "keyboard navigation for defects 1722611,1722618" This reverts commit 9383609a2205b2c407ceb41fc01009eb0d816998. * html,css changes corected after reversion * Revert "html,css changes corected after reversion" This reverts commit 712e0e0c1e9f46da07b65d34140059c477b3248a. * committing changes for the keyboard navigation * format fixes * changes to addcollectionpanel.test.tsx snp file * changes in infotooltip for defct * Revert "changes in infotooltip for defct" This reverts commit ca9833e20860e66b8a46993c23e8b76f76cb645f. * commit for tooltip in defect 1704149 * Revert "commit for tooltip in defect 1704149" This reverts commit 44766e82134d3591ff43c5434218f9c703414b6c. * InfoTooltip changes * update snapshot * defect1722595 Bug 1722595: [Screen readers Azure Cosmos DB Scale& Settings: Screen reader (NVDA) is not announcing status message which is displayed on the screen after radio button is selected under scale tab. * more options in delete entity dialog is not accessible through keyboard * Revert "more options in delete entity dialog is not accessible through keyboard" This reverts commit 23a05ef18e7cce21fc1aa3aef1c1cbcca257d303. * more options in delete entity dialog is not accessible throgh keyboard * remove native html with role='alert' for messagebar * role added for messagebar fluentui component
2023-01-10 16:02:29 +00:00
background-color: #ffffff;
/*[{common-controls-button-disabled-background}]*/
background: transparent;
border: 1px solid transparent;
outline: none;
opacity: 0.4;
}
.tableContainer {
Defect1711833 (#1370) * keyboard navigation for defects 1722611,1722618 * Fixes for keyboard navigation of add new clause,edit,remove property,insert filter line, remove filter line * Revert "keyboard navigation for defects 1722611,1722618" This reverts commit 9383609a2205b2c407ceb41fc01009eb0d816998. * html,css changes corected after reversion * Revert "html,css changes corected after reversion" This reverts commit 712e0e0c1e9f46da07b65d34140059c477b3248a. * committing changes for the keyboard navigation * format fixes * changes to addcollectionpanel.test.tsx snp file * changes in infotooltip for defct * Revert "changes in infotooltip for defct" This reverts commit ca9833e20860e66b8a46993c23e8b76f76cb645f. * commit for tooltip in defect 1704149 * Revert "commit for tooltip in defect 1704149" This reverts commit 44766e82134d3591ff43c5434218f9c703414b6c. * InfoTooltip changes * update snapshot * defect1722595 Bug 1722595: [Screen readers Azure Cosmos DB Scale& Settings: Screen reader (NVDA) is not announcing status message which is displayed on the screen after radio button is selected under scale tab. * more options in delete entity dialog is not accessible through keyboard * Revert "more options in delete entity dialog is not accessible through keyboard" This reverts commit 23a05ef18e7cce21fc1aa3aef1c1cbcca257d303. * more options in delete entity dialog is not accessible throgh keyboard * remove native html with role='alert' for messagebar * role added for messagebar fluentui component
2023-01-10 16:02:29 +00:00
overflow: hidden;
.flex-display();
.flex-direction();
}
Defect1711833 (#1370) * keyboard navigation for defects 1722611,1722618 * Fixes for keyboard navigation of add new clause,edit,remove property,insert filter line, remove filter line * Revert "keyboard navigation for defects 1722611,1722618" This reverts commit 9383609a2205b2c407ceb41fc01009eb0d816998. * html,css changes corected after reversion * Revert "html,css changes corected after reversion" This reverts commit 712e0e0c1e9f46da07b65d34140059c477b3248a. * committing changes for the keyboard navigation * format fixes * changes to addcollectionpanel.test.tsx snp file * changes in infotooltip for defct * Revert "changes in infotooltip for defct" This reverts commit ca9833e20860e66b8a46993c23e8b76f76cb645f. * commit for tooltip in defect 1704149 * Revert "commit for tooltip in defect 1704149" This reverts commit 44766e82134d3591ff43c5434218f9c703414b6c. * InfoTooltip changes * update snapshot * defect1722595 Bug 1722595: [Screen readers Azure Cosmos DB Scale& Settings: Screen reader (NVDA) is not announcing status message which is displayed on the screen after radio button is selected under scale tab. * more options in delete entity dialog is not accessible through keyboard * Revert "more options in delete entity dialog is not accessible through keyboard" This reverts commit 23a05ef18e7cce21fc1aa3aef1c1cbcca257d303. * more options in delete entity dialog is not accessible throgh keyboard * remove native html with role='alert' for messagebar * role added for messagebar fluentui component
2023-01-10 16:02:29 +00:00
.tablesQueryTab {
padding-left: @MediumSpace;
width: 100%;
margin-bottom: @LargeSpace;
}
.entity-error-Img {
Defect1711833 (#1370) * keyboard navigation for defects 1722611,1722618 * Fixes for keyboard navigation of add new clause,edit,remove property,insert filter line, remove filter line * Revert "keyboard navigation for defects 1722611,1722618" This reverts commit 9383609a2205b2c407ceb41fc01009eb0d816998. * html,css changes corected after reversion * Revert "html,css changes corected after reversion" This reverts commit 712e0e0c1e9f46da07b65d34140059c477b3248a. * committing changes for the keyboard navigation * format fixes * changes to addcollectionpanel.test.tsx snp file * changes in infotooltip for defct * Revert "changes in infotooltip for defct" This reverts commit ca9833e20860e66b8a46993c23e8b76f76cb645f. * commit for tooltip in defect 1704149 * Revert "commit for tooltip in defect 1704149" This reverts commit 44766e82134d3591ff43c5434218f9c703414b6c. * InfoTooltip changes * update snapshot * defect1722595 Bug 1722595: [Screen readers Azure Cosmos DB Scale& Settings: Screen reader (NVDA) is not announcing status message which is displayed on the screen after radio button is selected under scale tab. * more options in delete entity dialog is not accessible through keyboard * Revert "more options in delete entity dialog is not accessible through keyboard" This reverts commit 23a05ef18e7cce21fc1aa3aef1c1cbcca257d303. * more options in delete entity dialog is not accessible throgh keyboard * remove native html with role='alert' for messagebar * role added for messagebar fluentui component
2023-01-10 16:02:29 +00:00
width: @WarningErrorIconSize;
height: @WarningErrorIconSize;
margin: @DefaultSpace 0px 0px @SmallSpace;
}
.query-editor-panel {
Defect1711833 (#1370) * keyboard navigation for defects 1722611,1722618 * Fixes for keyboard navigation of add new clause,edit,remove property,insert filter line, remove filter line * Revert "keyboard navigation for defects 1722611,1722618" This reverts commit 9383609a2205b2c407ceb41fc01009eb0d816998. * html,css changes corected after reversion * Revert "html,css changes corected after reversion" This reverts commit 712e0e0c1e9f46da07b65d34140059c477b3248a. * committing changes for the keyboard navigation * format fixes * changes to addcollectionpanel.test.tsx snp file * changes in infotooltip for defct * Revert "changes in infotooltip for defct" This reverts commit ca9833e20860e66b8a46993c23e8b76f76cb645f. * commit for tooltip in defect 1704149 * Revert "commit for tooltip in defect 1704149" This reverts commit 44766e82134d3591ff43c5434218f9c703414b6c. * InfoTooltip changes * update snapshot * defect1722595 Bug 1722595: [Screen readers Azure Cosmos DB Scale& Settings: Screen reader (NVDA) is not announcing status message which is displayed on the screen after radio button is selected under scale tab. * more options in delete entity dialog is not accessible through keyboard * Revert "more options in delete entity dialog is not accessible through keyboard" This reverts commit 23a05ef18e7cce21fc1aa3aef1c1cbcca257d303. * more options in delete entity dialog is not accessible throgh keyboard * remove native html with role='alert' for messagebar * role added for messagebar fluentui component
2023-01-10 16:02:29 +00:00
margin-right: 16px;
margin-left: 16px;
margin-top: 25px;
position: relative;
vertical-align: middle;
cursor: default;
}
.query-editor-text {
Defect1711833 (#1370) * keyboard navigation for defects 1722611,1722618 * Fixes for keyboard navigation of add new clause,edit,remove property,insert filter line, remove filter line * Revert "keyboard navigation for defects 1722611,1722618" This reverts commit 9383609a2205b2c407ceb41fc01009eb0d816998. * html,css changes corected after reversion * Revert "html,css changes corected after reversion" This reverts commit 712e0e0c1e9f46da07b65d34140059c477b3248a. * committing changes for the keyboard navigation * format fixes * changes to addcollectionpanel.test.tsx snp file * changes in infotooltip for defct * Revert "changes in infotooltip for defct" This reverts commit ca9833e20860e66b8a46993c23e8b76f76cb645f. * commit for tooltip in defect 1704149 * Revert "commit for tooltip in defect 1704149" This reverts commit 44766e82134d3591ff43c5434218f9c703414b6c. * InfoTooltip changes * update snapshot * defect1722595 Bug 1722595: [Screen readers Azure Cosmos DB Scale& Settings: Screen reader (NVDA) is not announcing status message which is displayed on the screen after radio button is selected under scale tab. * more options in delete entity dialog is not accessible through keyboard * Revert "more options in delete entity dialog is not accessible through keyboard" This reverts commit 23a05ef18e7cce21fc1aa3aef1c1cbcca257d303. * more options in delete entity dialog is not accessible throgh keyboard * remove native html with role='alert' for messagebar * role added for messagebar fluentui component
2023-01-10 16:02:29 +00:00
width: 100%;
margin: 2px;
border: solid 1px #a9acb3;
/*[{plugin-textbox-disabled-color}]*/
resize: none;
margin-top: -39px;
background-color: #ddd;
padding: 5px;
}
.error-bar {
Defect1711833 (#1370) * keyboard navigation for defects 1722611,1722618 * Fixes for keyboard navigation of add new clause,edit,remove property,insert filter line, remove filter line * Revert "keyboard navigation for defects 1722611,1722618" This reverts commit 9383609a2205b2c407ceb41fc01009eb0d816998. * html,css changes corected after reversion * Revert "html,css changes corected after reversion" This reverts commit 712e0e0c1e9f46da07b65d34140059c477b3248a. * committing changes for the keyboard navigation * format fixes * changes to addcollectionpanel.test.tsx snp file * changes in infotooltip for defct * Revert "changes in infotooltip for defct" This reverts commit ca9833e20860e66b8a46993c23e8b76f76cb645f. * commit for tooltip in defect 1704149 * Revert "commit for tooltip in defect 1704149" This reverts commit 44766e82134d3591ff43c5434218f9c703414b6c. * InfoTooltip changes * update snapshot * defect1722595 Bug 1722595: [Screen readers Azure Cosmos DB Scale& Settings: Screen reader (NVDA) is not announcing status message which is displayed on the screen after radio button is selected under scale tab. * more options in delete entity dialog is not accessible through keyboard * Revert "more options in delete entity dialog is not accessible through keyboard" This reverts commit 23a05ef18e7cce21fc1aa3aef1c1cbcca257d303. * more options in delete entity dialog is not accessible throgh keyboard * remove native html with role='alert' for messagebar * role added for messagebar fluentui component
2023-01-10 16:02:29 +00:00
padding: @LargeSpace 34px @MediumSpace 24px;
}
.error-message {
Defect1711833 (#1370) * keyboard navigation for defects 1722611,1722618 * Fixes for keyboard navigation of add new clause,edit,remove property,insert filter line, remove filter line * Revert "keyboard navigation for defects 1722611,1722618" This reverts commit 9383609a2205b2c407ceb41fc01009eb0d816998. * html,css changes corected after reversion * Revert "html,css changes corected after reversion" This reverts commit 712e0e0c1e9f46da07b65d34140059c477b3248a. * committing changes for the keyboard navigation * format fixes * changes to addcollectionpanel.test.tsx snp file * changes in infotooltip for defct * Revert "changes in infotooltip for defct" This reverts commit ca9833e20860e66b8a46993c23e8b76f76cb645f. * commit for tooltip in defect 1704149 * Revert "commit for tooltip in defect 1704149" This reverts commit 44766e82134d3591ff43c5434218f9c703414b6c. * InfoTooltip changes * update snapshot * defect1722595 Bug 1722595: [Screen readers Azure Cosmos DB Scale& Settings: Screen reader (NVDA) is not announcing status message which is displayed on the screen after radio button is selected under scale tab. * more options in delete entity dialog is not accessible through keyboard * Revert "more options in delete entity dialog is not accessible through keyboard" This reverts commit 23a05ef18e7cce21fc1aa3aef1c1cbcca257d303. * more options in delete entity dialog is not accessible throgh keyboard * remove native html with role='alert' for messagebar * role added for messagebar fluentui component
2023-01-10 16:02:29 +00:00
background-color: @BaseLow;
padding: @DefaultSpace;
display: inline-flex;
}
.error-text {
Defect1711833 (#1370) * keyboard navigation for defects 1722611,1722618 * Fixes for keyboard navigation of add new clause,edit,remove property,insert filter line, remove filter line * Revert "keyboard navigation for defects 1722611,1722618" This reverts commit 9383609a2205b2c407ceb41fc01009eb0d816998. * html,css changes corected after reversion * Revert "html,css changes corected after reversion" This reverts commit 712e0e0c1e9f46da07b65d34140059c477b3248a. * committing changes for the keyboard navigation * format fixes * changes to addcollectionpanel.test.tsx snp file * changes in infotooltip for defct * Revert "changes in infotooltip for defct" This reverts commit ca9833e20860e66b8a46993c23e8b76f76cb645f. * commit for tooltip in defect 1704149 * Revert "commit for tooltip in defect 1704149" This reverts commit 44766e82134d3591ff43c5434218f9c703414b6c. * InfoTooltip changes * update snapshot * defect1722595 Bug 1722595: [Screen readers Azure Cosmos DB Scale& Settings: Screen reader (NVDA) is not announcing status message which is displayed on the screen after radio button is selected under scale tab. * more options in delete entity dialog is not accessible through keyboard * Revert "more options in delete entity dialog is not accessible through keyboard" This reverts commit 23a05ef18e7cce21fc1aa3aef1c1cbcca257d303. * more options in delete entity dialog is not accessible throgh keyboard * remove native html with role='alert' for messagebar * role added for messagebar fluentui component
2023-01-10 16:02:29 +00:00
padding-left: @MediumSpace;
}
.query-editor-text-invalid {
Defect1711833 (#1370) * keyboard navigation for defects 1722611,1722618 * Fixes for keyboard navigation of add new clause,edit,remove property,insert filter line, remove filter line * Revert "keyboard navigation for defects 1722611,1722618" This reverts commit 9383609a2205b2c407ceb41fc01009eb0d816998. * html,css changes corected after reversion * Revert "html,css changes corected after reversion" This reverts commit 712e0e0c1e9f46da07b65d34140059c477b3248a. * committing changes for the keyboard navigation * format fixes * changes to addcollectionpanel.test.tsx snp file * changes in infotooltip for defct * Revert "changes in infotooltip for defct" This reverts commit ca9833e20860e66b8a46993c23e8b76f76cb645f. * commit for tooltip in defect 1704149 * Revert "commit for tooltip in defect 1704149" This reverts commit 44766e82134d3591ff43c5434218f9c703414b6c. * InfoTooltip changes * update snapshot * defect1722595 Bug 1722595: [Screen readers Azure Cosmos DB Scale& Settings: Screen reader (NVDA) is not announcing status message which is displayed on the screen after radio button is selected under scale tab. * more options in delete entity dialog is not accessible through keyboard * Revert "more options in delete entity dialog is not accessible through keyboard" This reverts commit 23a05ef18e7cce21fc1aa3aef1c1cbcca257d303. * more options in delete entity dialog is not accessible throgh keyboard * remove native html with role='alert' for messagebar * role added for messagebar fluentui component
2023-01-10 16:02:29 +00:00
width: 100%;
margin: 2px;
border: 1px solid #e51400;
resize: none;
margin-top: -30px;
}
.query-editor-panel .warning-bar {
Defect1711833 (#1370) * keyboard navigation for defects 1722611,1722618 * Fixes for keyboard navigation of add new clause,edit,remove property,insert filter line, remove filter line * Revert "keyboard navigation for defects 1722611,1722618" This reverts commit 9383609a2205b2c407ceb41fc01009eb0d816998. * html,css changes corected after reversion * Revert "html,css changes corected after reversion" This reverts commit 712e0e0c1e9f46da07b65d34140059c477b3248a. * committing changes for the keyboard navigation * format fixes * changes to addcollectionpanel.test.tsx snp file * changes in infotooltip for defct * Revert "changes in infotooltip for defct" This reverts commit ca9833e20860e66b8a46993c23e8b76f76cb645f. * commit for tooltip in defect 1704149 * Revert "commit for tooltip in defect 1704149" This reverts commit 44766e82134d3591ff43c5434218f9c703414b6c. * InfoTooltip changes * update snapshot * defect1722595 Bug 1722595: [Screen readers Azure Cosmos DB Scale& Settings: Screen reader (NVDA) is not announcing status message which is displayed on the screen after radio button is selected under scale tab. * more options in delete entity dialog is not accessible through keyboard * Revert "more options in delete entity dialog is not accessible through keyboard" This reverts commit 23a05ef18e7cce21fc1aa3aef1c1cbcca257d303. * more options in delete entity dialog is not accessible throgh keyboard * remove native html with role='alert' for messagebar * role added for messagebar fluentui component
2023-01-10 16:02:29 +00:00
width: 100%;
height: 20px;
background-color: #ffffff;
/*[{plugin-background-color}]*/
position: absolute;
top: -24px;
}
.query-editor-panel .warning-bar .warning-message {
Defect1711833 (#1370) * keyboard navigation for defects 1722611,1722618 * Fixes for keyboard navigation of add new clause,edit,remove property,insert filter line, remove filter line * Revert "keyboard navigation for defects 1722611,1722618" This reverts commit 9383609a2205b2c407ceb41fc01009eb0d816998. * html,css changes corected after reversion * Revert "html,css changes corected after reversion" This reverts commit 712e0e0c1e9f46da07b65d34140059c477b3248a. * committing changes for the keyboard navigation * format fixes * changes to addcollectionpanel.test.tsx snp file * changes in infotooltip for defct * Revert "changes in infotooltip for defct" This reverts commit ca9833e20860e66b8a46993c23e8b76f76cb645f. * commit for tooltip in defect 1704149 * Revert "commit for tooltip in defect 1704149" This reverts commit 44766e82134d3591ff43c5434218f9c703414b6c. * InfoTooltip changes * update snapshot * defect1722595 Bug 1722595: [Screen readers Azure Cosmos DB Scale& Settings: Screen reader (NVDA) is not announcing status message which is displayed on the screen after radio button is selected under scale tab. * more options in delete entity dialog is not accessible through keyboard * Revert "more options in delete entity dialog is not accessible through keyboard" This reverts commit 23a05ef18e7cce21fc1aa3aef1c1cbcca257d303. * more options in delete entity dialog is not accessible throgh keyboard * remove native html with role='alert' for messagebar * role added for messagebar fluentui component
2023-01-10 16:02:29 +00:00
display: inline-flex;
padding-top: 2px;
vertical-align: middle;
}
.query-editor-panel .warning-bar .warning-message .warning-text {
Defect1711833 (#1370) * keyboard navigation for defects 1722611,1722618 * Fixes for keyboard navigation of add new clause,edit,remove property,insert filter line, remove filter line * Revert "keyboard navigation for defects 1722611,1722618" This reverts commit 9383609a2205b2c407ceb41fc01009eb0d816998. * html,css changes corected after reversion * Revert "html,css changes corected after reversion" This reverts commit 712e0e0c1e9f46da07b65d34140059c477b3248a. * committing changes for the keyboard navigation * format fixes * changes to addcollectionpanel.test.tsx snp file * changes in infotooltip for defct * Revert "changes in infotooltip for defct" This reverts commit ca9833e20860e66b8a46993c23e8b76f76cb645f. * commit for tooltip in defect 1704149 * Revert "commit for tooltip in defect 1704149" This reverts commit 44766e82134d3591ff43c5434218f9c703414b6c. * InfoTooltip changes * update snapshot * defect1722595 Bug 1722595: [Screen readers Azure Cosmos DB Scale& Settings: Screen reader (NVDA) is not announcing status message which is displayed on the screen after radio button is selected under scale tab. * more options in delete entity dialog is not accessible through keyboard * Revert "more options in delete entity dialog is not accessible through keyboard" This reverts commit 23a05ef18e7cce21fc1aa3aef1c1cbcca257d303. * more options in delete entity dialog is not accessible throgh keyboard * remove native html with role='alert' for messagebar * role added for messagebar fluentui component
2023-01-10 16:02:29 +00:00
margin-left: 2px;
}
Defect1711833 (#1370) * keyboard navigation for defects 1722611,1722618 * Fixes for keyboard navigation of add new clause,edit,remove property,insert filter line, remove filter line * Revert "keyboard navigation for defects 1722611,1722618" This reverts commit 9383609a2205b2c407ceb41fc01009eb0d816998. * html,css changes corected after reversion * Revert "html,css changes corected after reversion" This reverts commit 712e0e0c1e9f46da07b65d34140059c477b3248a. * committing changes for the keyboard navigation * format fixes * changes to addcollectionpanel.test.tsx snp file * changes in infotooltip for defct * Revert "changes in infotooltip for defct" This reverts commit ca9833e20860e66b8a46993c23e8b76f76cb645f. * commit for tooltip in defect 1704149 * Revert "commit for tooltip in defect 1704149" This reverts commit 44766e82134d3591ff43c5434218f9c703414b6c. * InfoTooltip changes * update snapshot * defect1722595 Bug 1722595: [Screen readers Azure Cosmos DB Scale& Settings: Screen reader (NVDA) is not announcing status message which is displayed on the screen after radio button is selected under scale tab. * more options in delete entity dialog is not accessible through keyboard * Revert "more options in delete entity dialog is not accessible through keyboard" This reverts commit 23a05ef18e7cce21fc1aa3aef1c1cbcca257d303. * more options in delete entity dialog is not accessible throgh keyboard * remove native html with role='alert' for messagebar * role added for messagebar fluentui component
2023-01-10 16:02:29 +00:00
.advanced-options-panel {
margin-bottom: @DefaultSpace;
}
.advanced-options-panel .advanced-heading .advanced-title {
Defect1711833 (#1370) * keyboard navigation for defects 1722611,1722618 * Fixes for keyboard navigation of add new clause,edit,remove property,insert filter line, remove filter line * Revert "keyboard navigation for defects 1722611,1722618" This reverts commit 9383609a2205b2c407ceb41fc01009eb0d816998. * html,css changes corected after reversion * Revert "html,css changes corected after reversion" This reverts commit 712e0e0c1e9f46da07b65d34140059c477b3248a. * committing changes for the keyboard navigation * format fixes * changes to addcollectionpanel.test.tsx snp file * changes in infotooltip for defct * Revert "changes in infotooltip for defct" This reverts commit ca9833e20860e66b8a46993c23e8b76f76cb645f. * commit for tooltip in defect 1704149 * Revert "commit for tooltip in defect 1704149" This reverts commit 44766e82134d3591ff43c5434218f9c703414b6c. * InfoTooltip changes * update snapshot * defect1722595 Bug 1722595: [Screen readers Azure Cosmos DB Scale& Settings: Screen reader (NVDA) is not announcing status message which is displayed on the screen after radio button is selected under scale tab. * more options in delete entity dialog is not accessible through keyboard * Revert "more options in delete entity dialog is not accessible through keyboard" This reverts commit 23a05ef18e7cce21fc1aa3aef1c1cbcca257d303. * more options in delete entity dialog is not accessible throgh keyboard * remove native html with role='alert' for messagebar * role added for messagebar fluentui component
2023-01-10 16:02:29 +00:00
display: inline-flex;
margin-left: 27px;
margin-top: 10px;
cursor: default;
}
.advanced-options-panel .advanced-options {
Defect1711833 (#1370) * keyboard navigation for defects 1722611,1722618 * Fixes for keyboard navigation of add new clause,edit,remove property,insert filter line, remove filter line * Revert "keyboard navigation for defects 1722611,1722618" This reverts commit 9383609a2205b2c407ceb41fc01009eb0d816998. * html,css changes corected after reversion * Revert "html,css changes corected after reversion" This reverts commit 712e0e0c1e9f46da07b65d34140059c477b3248a. * committing changes for the keyboard navigation * format fixes * changes to addcollectionpanel.test.tsx snp file * changes in infotooltip for defct * Revert "changes in infotooltip for defct" This reverts commit ca9833e20860e66b8a46993c23e8b76f76cb645f. * commit for tooltip in defect 1704149 * Revert "commit for tooltip in defect 1704149" This reverts commit 44766e82134d3591ff43c5434218f9c703414b6c. * InfoTooltip changes * update snapshot * defect1722595 Bug 1722595: [Screen readers Azure Cosmos DB Scale& Settings: Screen reader (NVDA) is not announcing status message which is displayed on the screen after radio button is selected under scale tab. * more options in delete entity dialog is not accessible through keyboard * Revert "more options in delete entity dialog is not accessible through keyboard" This reverts commit 23a05ef18e7cce21fc1aa3aef1c1cbcca257d303. * more options in delete entity dialog is not accessible throgh keyboard * remove native html with role='alert' for messagebar * role added for messagebar fluentui component
2023-01-10 16:02:29 +00:00
margin-left: 32px;
margin-top: 5px;
border: 1px solid transparent;
}
hr {
Defect1711833 (#1370) * keyboard navigation for defects 1722611,1722618 * Fixes for keyboard navigation of add new clause,edit,remove property,insert filter line, remove filter line * Revert "keyboard navigation for defects 1722611,1722618" This reverts commit 9383609a2205b2c407ceb41fc01009eb0d816998. * html,css changes corected after reversion * Revert "html,css changes corected after reversion" This reverts commit 712e0e0c1e9f46da07b65d34140059c477b3248a. * committing changes for the keyboard navigation * format fixes * changes to addcollectionpanel.test.tsx snp file * changes in infotooltip for defct * Revert "changes in infotooltip for defct" This reverts commit ca9833e20860e66b8a46993c23e8b76f76cb645f. * commit for tooltip in defect 1704149 * Revert "commit for tooltip in defect 1704149" This reverts commit 44766e82134d3591ff43c5434218f9c703414b6c. * InfoTooltip changes * update snapshot * defect1722595 Bug 1722595: [Screen readers Azure Cosmos DB Scale& Settings: Screen reader (NVDA) is not announcing status message which is displayed on the screen after radio button is selected under scale tab. * more options in delete entity dialog is not accessible through keyboard * Revert "more options in delete entity dialog is not accessible through keyboard" This reverts commit 23a05ef18e7cce21fc1aa3aef1c1cbcca257d303. * more options in delete entity dialog is not accessible throgh keyboard * remove native html with role='alert' for messagebar * role added for messagebar fluentui component
2023-01-10 16:02:29 +00:00
margin-top: 10px;
margin-bottom: 12px;
border: 0;
border-top: 1px solid #ccc;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
Defect1711833 (#1370) * keyboard navigation for defects 1722611,1722618 * Fixes for keyboard navigation of add new clause,edit,remove property,insert filter line, remove filter line * Revert "keyboard navigation for defects 1722611,1722618" This reverts commit 9383609a2205b2c407ceb41fc01009eb0d816998. * html,css changes corected after reversion * Revert "html,css changes corected after reversion" This reverts commit 712e0e0c1e9f46da07b65d34140059c477b3248a. * committing changes for the keyboard navigation * format fixes * changes to addcollectionpanel.test.tsx snp file * changes in infotooltip for defct * Revert "changes in infotooltip for defct" This reverts commit ca9833e20860e66b8a46993c23e8b76f76cb645f. * commit for tooltip in defect 1704149 * Revert "commit for tooltip in defect 1704149" This reverts commit 44766e82134d3591ff43c5434218f9c703414b6c. * InfoTooltip changes * update snapshot * defect1722595 Bug 1722595: [Screen readers Azure Cosmos DB Scale& Settings: Screen reader (NVDA) is not announcing status message which is displayed on the screen after radio button is selected under scale tab. * more options in delete entity dialog is not accessible through keyboard * Revert "more options in delete entity dialog is not accessible through keyboard" This reverts commit 23a05ef18e7cce21fc1aa3aef1c1cbcca257d303. * more options in delete entity dialog is not accessible throgh keyboard * remove native html with role='alert' for messagebar * role added for messagebar fluentui component
2023-01-10 16:02:29 +00:00
-webkit-appearance: none;
}
.advanced-options-panel .advanced-options .top .top-input {
Defect1711833 (#1370) * keyboard navigation for defects 1722611,1722618 * Fixes for keyboard navigation of add new clause,edit,remove property,insert filter line, remove filter line * Revert "keyboard navigation for defects 1722611,1722618" This reverts commit 9383609a2205b2c407ceb41fc01009eb0d816998. * html,css changes corected after reversion * Revert "html,css changes corected after reversion" This reverts commit 712e0e0c1e9f46da07b65d34140059c477b3248a. * committing changes for the keyboard navigation * format fixes * changes to addcollectionpanel.test.tsx snp file * changes in infotooltip for defct * Revert "changes in infotooltip for defct" This reverts commit ca9833e20860e66b8a46993c23e8b76f76cb645f. * commit for tooltip in defect 1704149 * Revert "commit for tooltip in defect 1704149" This reverts commit 44766e82134d3591ff43c5434218f9c703414b6c. * InfoTooltip changes * update snapshot * defect1722595 Bug 1722595: [Screen readers Azure Cosmos DB Scale& Settings: Screen reader (NVDA) is not announcing status message which is displayed on the screen after radio button is selected under scale tab. * more options in delete entity dialog is not accessible through keyboard * Revert "more options in delete entity dialog is not accessible through keyboard" This reverts commit 23a05ef18e7cce21fc1aa3aef1c1cbcca257d303. * more options in delete entity dialog is not accessible throgh keyboard * remove native html with role='alert' for messagebar * role added for messagebar fluentui component
2023-01-10 16:02:29 +00:00
width: 100px;
word-spacing: normal;
color: #1e1e1e;
/*[{common-controls-button-foreground}]*/
border: 1px solid #cccedb;
/*[1px solid {plugin-textbox-border-color}]*/
height: 20px;
margin-left: 8px;
}
.advanced-options-panel .advanced-options .top .invalid-top {
Defect1711833 (#1370) * keyboard navigation for defects 1722611,1722618 * Fixes for keyboard navigation of add new clause,edit,remove property,insert filter line, remove filter line * Revert "keyboard navigation for defects 1722611,1722618" This reverts commit 9383609a2205b2c407ceb41fc01009eb0d816998. * html,css changes corected after reversion * Revert "html,css changes corected after reversion" This reverts commit 712e0e0c1e9f46da07b65d34140059c477b3248a. * committing changes for the keyboard navigation * format fixes * changes to addcollectionpanel.test.tsx snp file * changes in infotooltip for defct * Revert "changes in infotooltip for defct" This reverts commit ca9833e20860e66b8a46993c23e8b76f76cb645f. * commit for tooltip in defect 1704149 * Revert "commit for tooltip in defect 1704149" This reverts commit 44766e82134d3591ff43c5434218f9c703414b6c. * InfoTooltip changes * update snapshot * defect1722595 Bug 1722595: [Screen readers Azure Cosmos DB Scale& Settings: Screen reader (NVDA) is not announcing status message which is displayed on the screen after radio button is selected under scale tab. * more options in delete entity dialog is not accessible through keyboard * Revert "more options in delete entity dialog is not accessible through keyboard" This reverts commit 23a05ef18e7cce21fc1aa3aef1c1cbcca257d303. * more options in delete entity dialog is not accessible throgh keyboard * remove native html with role='alert' for messagebar * role added for messagebar fluentui component
2023-01-10 16:02:29 +00:00
color: red;
}
.advanced-options-panel .advanced-options .select {
Defect1711833 (#1370) * keyboard navigation for defects 1722611,1722618 * Fixes for keyboard navigation of add new clause,edit,remove property,insert filter line, remove filter line * Revert "keyboard navigation for defects 1722611,1722618" This reverts commit 9383609a2205b2c407ceb41fc01009eb0d816998. * html,css changes corected after reversion * Revert "html,css changes corected after reversion" This reverts commit 712e0e0c1e9f46da07b65d34140059c477b3248a. * committing changes for the keyboard navigation * format fixes * changes to addcollectionpanel.test.tsx snp file * changes in infotooltip for defct * Revert "changes in infotooltip for defct" This reverts commit ca9833e20860e66b8a46993c23e8b76f76cb645f. * commit for tooltip in defect 1704149 * Revert "commit for tooltip in defect 1704149" This reverts commit 44766e82134d3591ff43c5434218f9c703414b6c. * InfoTooltip changes * update snapshot * defect1722595 Bug 1722595: [Screen readers Azure Cosmos DB Scale& Settings: Screen reader (NVDA) is not announcing status message which is displayed on the screen after radio button is selected under scale tab. * more options in delete entity dialog is not accessible through keyboard * Revert "more options in delete entity dialog is not accessible through keyboard" This reverts commit 23a05ef18e7cce21fc1aa3aef1c1cbcca257d303. * more options in delete entity dialog is not accessible throgh keyboard * remove native html with role='alert' for messagebar * role added for messagebar fluentui component
2023-01-10 16:02:29 +00:00
margin-top: 18px;
display: inline-flex;
}
.advanced-options-icon {
Defect1711833 (#1370) * keyboard navigation for defects 1722611,1722618 * Fixes for keyboard navigation of add new clause,edit,remove property,insert filter line, remove filter line * Revert "keyboard navigation for defects 1722611,1722618" This reverts commit 9383609a2205b2c407ceb41fc01009eb0d816998. * html,css changes corected after reversion * Revert "html,css changes corected after reversion" This reverts commit 712e0e0c1e9f46da07b65d34140059c477b3248a. * committing changes for the keyboard navigation * format fixes * changes to addcollectionpanel.test.tsx snp file * changes in infotooltip for defct * Revert "changes in infotooltip for defct" This reverts commit ca9833e20860e66b8a46993c23e8b76f76cb645f. * commit for tooltip in defect 1704149 * Revert "commit for tooltip in defect 1704149" This reverts commit 44766e82134d3591ff43c5434218f9c703414b6c. * InfoTooltip changes * update snapshot * defect1722595 Bug 1722595: [Screen readers Azure Cosmos DB Scale& Settings: Screen reader (NVDA) is not announcing status message which is displayed on the screen after radio button is selected under scale tab. * more options in delete entity dialog is not accessible through keyboard * Revert "more options in delete entity dialog is not accessible through keyboard" This reverts commit 23a05ef18e7cce21fc1aa3aef1c1cbcca257d303. * more options in delete entity dialog is not accessible throgh keyboard * remove native html with role='alert' for messagebar * role added for messagebar fluentui component
2023-01-10 16:02:29 +00:00
margin-left: 2px;
vertical-align: sub;
}
.advanced-options-panel .advanced-options .select .select-options-text {
Defect1711833 (#1370) * keyboard navigation for defects 1722611,1722618 * Fixes for keyboard navigation of add new clause,edit,remove property,insert filter line, remove filter line * Revert "keyboard navigation for defects 1722611,1722618" This reverts commit 9383609a2205b2c407ceb41fc01009eb0d816998. * html,css changes corected after reversion * Revert "html,css changes corected after reversion" This reverts commit 712e0e0c1e9f46da07b65d34140059c477b3248a. * committing changes for the keyboard navigation * format fixes * changes to addcollectionpanel.test.tsx snp file * changes in infotooltip for defct * Revert "changes in infotooltip for defct" This reverts commit ca9833e20860e66b8a46993c23e8b76f76cb645f. * commit for tooltip in defect 1704149 * Revert "commit for tooltip in defect 1704149" This reverts commit 44766e82134d3591ff43c5434218f9c703414b6c. * InfoTooltip changes * update snapshot * defect1722595 Bug 1722595: [Screen readers Azure Cosmos DB Scale& Settings: Screen reader (NVDA) is not announcing status message which is displayed on the screen after radio button is selected under scale tab. * more options in delete entity dialog is not accessible through keyboard * Revert "more options in delete entity dialog is not accessible through keyboard" This reverts commit 23a05ef18e7cce21fc1aa3aef1c1cbcca257d303. * more options in delete entity dialog is not accessible throgh keyboard * remove native html with role='alert' for messagebar * role added for messagebar fluentui component
2023-01-10 16:02:29 +00:00
margin-left: 4px;
}
.advanced-options-panel .advanced-options .select .select-options-link {
Defect1711833 (#1370) * keyboard navigation for defects 1722611,1722618 * Fixes for keyboard navigation of add new clause,edit,remove property,insert filter line, remove filter line * Revert "keyboard navigation for defects 1722611,1722618" This reverts commit 9383609a2205b2c407ceb41fc01009eb0d816998. * html,css changes corected after reversion * Revert "html,css changes corected after reversion" This reverts commit 712e0e0c1e9f46da07b65d34140059c477b3248a. * committing changes for the keyboard navigation * format fixes * changes to addcollectionpanel.test.tsx snp file * changes in infotooltip for defct * Revert "changes in infotooltip for defct" This reverts commit ca9833e20860e66b8a46993c23e8b76f76cb645f. * commit for tooltip in defect 1704149 * Revert "commit for tooltip in defect 1704149" This reverts commit 44766e82134d3591ff43c5434218f9c703414b6c. * InfoTooltip changes * update snapshot * defect1722595 Bug 1722595: [Screen readers Azure Cosmos DB Scale& Settings: Screen reader (NVDA) is not announcing status message which is displayed on the screen after radio button is selected under scale tab. * more options in delete entity dialog is not accessible through keyboard * Revert "more options in delete entity dialog is not accessible through keyboard" This reverts commit 23a05ef18e7cce21fc1aa3aef1c1cbcca257d303. * more options in delete entity dialog is not accessible throgh keyboard * remove native html with role='alert' for messagebar * role added for messagebar fluentui component
2023-01-10 16:02:29 +00:00
margin-left: 4px;
cursor: pointer;
outline: none;
}
.query-panel .row .column-headers .Field {
Defect1711833 (#1370) * keyboard navigation for defects 1722611,1722618 * Fixes for keyboard navigation of add new clause,edit,remove property,insert filter line, remove filter line * Revert "keyboard navigation for defects 1722611,1722618" This reverts commit 9383609a2205b2c407ceb41fc01009eb0d816998. * html,css changes corected after reversion * Revert "html,css changes corected after reversion" This reverts commit 712e0e0c1e9f46da07b65d34140059c477b3248a. * committing changes for the keyboard navigation * format fixes * changes to addcollectionpanel.test.tsx snp file * changes in infotooltip for defct * Revert "changes in infotooltip for defct" This reverts commit ca9833e20860e66b8a46993c23e8b76f76cb645f. * commit for tooltip in defect 1704149 * Revert "commit for tooltip in defect 1704149" This reverts commit 44766e82134d3591ff43c5434218f9c703414b6c. * InfoTooltip changes * update snapshot * defect1722595 Bug 1722595: [Screen readers Azure Cosmos DB Scale& Settings: Screen reader (NVDA) is not announcing status message which is displayed on the screen after radio button is selected under scale tab. * more options in delete entity dialog is not accessible through keyboard * Revert "more options in delete entity dialog is not accessible through keyboard" This reverts commit 23a05ef18e7cce21fc1aa3aef1c1cbcca257d303. * more options in delete entity dialog is not accessible throgh keyboard * remove native html with role='alert' for messagebar * role added for messagebar fluentui component
2023-01-10 16:02:29 +00:00
padding-left: 95px;
padding-right: 0px;
padding-bottom: 6px;
}
.clause-table {
Defect1711833 (#1370) * keyboard navigation for defects 1722611,1722618 * Fixes for keyboard navigation of add new clause,edit,remove property,insert filter line, remove filter line * Revert "keyboard navigation for defects 1722611,1722618" This reverts commit 9383609a2205b2c407ceb41fc01009eb0d816998. * html,css changes corected after reversion * Revert "html,css changes corected after reversion" This reverts commit 712e0e0c1e9f46da07b65d34140059c477b3248a. * committing changes for the keyboard navigation * format fixes * changes to addcollectionpanel.test.tsx snp file * changes in infotooltip for defct * Revert "changes in infotooltip for defct" This reverts commit ca9833e20860e66b8a46993c23e8b76f76cb645f. * commit for tooltip in defect 1704149 * Revert "commit for tooltip in defect 1704149" This reverts commit 44766e82134d3591ff43c5434218f9c703414b6c. * InfoTooltip changes * update snapshot * defect1722595 Bug 1722595: [Screen readers Azure Cosmos DB Scale& Settings: Screen reader (NVDA) is not announcing status message which is displayed on the screen after radio button is selected under scale tab. * more options in delete entity dialog is not accessible through keyboard * Revert "more options in delete entity dialog is not accessible through keyboard" This reverts commit 23a05ef18e7cce21fc1aa3aef1c1cbcca257d303. * more options in delete entity dialog is not accessible throgh keyboard * remove native html with role='alert' for messagebar * role added for messagebar fluentui component
2023-01-10 16:02:29 +00:00
border-spacing: 0px;
display: table;
width: 100%;
margin-top: -3px;
}
.clause-table-row {
Defect1711833 (#1370) * keyboard navigation for defects 1722611,1722618 * Fixes for keyboard navigation of add new clause,edit,remove property,insert filter line, remove filter line * Revert "keyboard navigation for defects 1722611,1722618" This reverts commit 9383609a2205b2c407ceb41fc01009eb0d816998. * html,css changes corected after reversion * Revert "html,css changes corected after reversion" This reverts commit 712e0e0c1e9f46da07b65d34140059c477b3248a. * committing changes for the keyboard navigation * format fixes * changes to addcollectionpanel.test.tsx snp file * changes in infotooltip for defct * Revert "changes in infotooltip for defct" This reverts commit ca9833e20860e66b8a46993c23e8b76f76cb645f. * commit for tooltip in defect 1704149 * Revert "commit for tooltip in defect 1704149" This reverts commit 44766e82134d3591ff43c5434218f9c703414b6c. * InfoTooltip changes * update snapshot * defect1722595 Bug 1722595: [Screen readers Azure Cosmos DB Scale& Settings: Screen reader (NVDA) is not announcing status message which is displayed on the screen after radio button is selected under scale tab. * more options in delete entity dialog is not accessible through keyboard * Revert "more options in delete entity dialog is not accessible through keyboard" This reverts commit 23a05ef18e7cce21fc1aa3aef1c1cbcca257d303. * more options in delete entity dialog is not accessible throgh keyboard * remove native html with role='alert' for messagebar * role added for messagebar fluentui component
2023-01-10 16:02:29 +00:00
display: row;
margin-bottom: 10px;
}
.clause-table-cell {
Defect1711833 (#1370) * keyboard navigation for defects 1722611,1722618 * Fixes for keyboard navigation of add new clause,edit,remove property,insert filter line, remove filter line * Revert "keyboard navigation for defects 1722611,1722618" This reverts commit 9383609a2205b2c407ceb41fc01009eb0d816998. * html,css changes corected after reversion * Revert "html,css changes corected after reversion" This reverts commit 712e0e0c1e9f46da07b65d34140059c477b3248a. * committing changes for the keyboard navigation * format fixes * changes to addcollectionpanel.test.tsx snp file * changes in infotooltip for defct * Revert "changes in infotooltip for defct" This reverts commit ca9833e20860e66b8a46993c23e8b76f76cb645f. * commit for tooltip in defect 1704149 * Revert "commit for tooltip in defect 1704149" This reverts commit 44766e82134d3591ff43c5434218f9c703414b6c. * InfoTooltip changes * update snapshot * defect1722595 Bug 1722595: [Screen readers Azure Cosmos DB Scale& Settings: Screen reader (NVDA) is not announcing status message which is displayed on the screen after radio button is selected under scale tab. * more options in delete entity dialog is not accessible through keyboard * Revert "more options in delete entity dialog is not accessible through keyboard" This reverts commit 23a05ef18e7cce21fc1aa3aef1c1cbcca257d303. * more options in delete entity dialog is not accessible throgh keyboard * remove native html with role='alert' for messagebar * role added for messagebar fluentui component
2023-01-10 16:02:29 +00:00
display: table-cell;
text-align: left;
vertical-align: middle;
}
Defect1711833 (#1370) * keyboard navigation for defects 1722611,1722618 * Fixes for keyboard navigation of add new clause,edit,remove property,insert filter line, remove filter line * Revert "keyboard navigation for defects 1722611,1722618" This reverts commit 9383609a2205b2c407ceb41fc01009eb0d816998. * html,css changes corected after reversion * Revert "html,css changes corected after reversion" This reverts commit 712e0e0c1e9f46da07b65d34140059c477b3248a. * committing changes for the keyboard navigation * format fixes * changes to addcollectionpanel.test.tsx snp file * changes in infotooltip for defct * Revert "changes in infotooltip for defct" This reverts commit ca9833e20860e66b8a46993c23e8b76f76cb645f. * commit for tooltip in defect 1704149 * Revert "commit for tooltip in defect 1704149" This reverts commit 44766e82134d3591ff43c5434218f9c703414b6c. * InfoTooltip changes * update snapshot * defect1722595 Bug 1722595: [Screen readers Azure Cosmos DB Scale& Settings: Screen reader (NVDA) is not announcing status message which is displayed on the screen after radio button is selected under scale tab. * more options in delete entity dialog is not accessible through keyboard * Revert "more options in delete entity dialog is not accessible through keyboard" This reverts commit 23a05ef18e7cce21fc1aa3aef1c1cbcca257d303. * more options in delete entity dialog is not accessible throgh keyboard * remove native html with role='alert' for messagebar * role added for messagebar fluentui component
2023-01-10 16:02:29 +00:00
.action-column > button,
.group-control-header > button,
.group-indicator-column > button {
min-width: 20px;
width: 20px;
padding: 0px;
background-color: transparent;
border-color: transparent;
cursor: pointer;
}
Defect1711833 (#1370) * keyboard navigation for defects 1722611,1722618 * Fixes for keyboard navigation of add new clause,edit,remove property,insert filter line, remove filter line * Revert "keyboard navigation for defects 1722611,1722618" This reverts commit 9383609a2205b2c407ceb41fc01009eb0d816998. * html,css changes corected after reversion * Revert "html,css changes corected after reversion" This reverts commit 712e0e0c1e9f46da07b65d34140059c477b3248a. * committing changes for the keyboard navigation * format fixes * changes to addcollectionpanel.test.tsx snp file * changes in infotooltip for defct * Revert "changes in infotooltip for defct" This reverts commit ca9833e20860e66b8a46993c23e8b76f76cb645f. * commit for tooltip in defect 1704149 * Revert "commit for tooltip in defect 1704149" This reverts commit 44766e82134d3591ff43c5434218f9c703414b6c. * InfoTooltip changes * update snapshot * defect1722595 Bug 1722595: [Screen readers Azure Cosmos DB Scale& Settings: Screen reader (NVDA) is not announcing status message which is displayed on the screen after radio button is selected under scale tab. * more options in delete entity dialog is not accessible through keyboard * Revert "more options in delete entity dialog is not accessible through keyboard" This reverts commit 23a05ef18e7cce21fc1aa3aef1c1cbcca257d303. * more options in delete entity dialog is not accessible throgh keyboard * remove native html with role='alert' for messagebar * role added for messagebar fluentui component
2023-01-10 16:02:29 +00:00
.group-control-header > button:disabled {
min-width: 20px;
width: 20px;
padding: 0px;
background-color: transparent;
border-color: transparent;
outline: none;
opacity: 0.4;
cursor: default;
}
.clause-table-field {
Defect1711833 (#1370) * keyboard navigation for defects 1722611,1722618 * Fixes for keyboard navigation of add new clause,edit,remove property,insert filter line, remove filter line * Revert "keyboard navigation for defects 1722611,1722618" This reverts commit 9383609a2205b2c407ceb41fc01009eb0d816998. * html,css changes corected after reversion * Revert "html,css changes corected after reversion" This reverts commit 712e0e0c1e9f46da07b65d34140059c477b3248a. * committing changes for the keyboard navigation * format fixes * changes to addcollectionpanel.test.tsx snp file * changes in infotooltip for defct * Revert "changes in infotooltip for defct" This reverts commit ca9833e20860e66b8a46993c23e8b76f76cb645f. * commit for tooltip in defect 1704149 * Revert "commit for tooltip in defect 1704149" This reverts commit 44766e82134d3591ff43c5434218f9c703414b6c. * InfoTooltip changes * update snapshot * defect1722595 Bug 1722595: [Screen readers Azure Cosmos DB Scale& Settings: Screen reader (NVDA) is not announcing status message which is displayed on the screen after radio button is selected under scale tab. * more options in delete entity dialog is not accessible through keyboard * Revert "more options in delete entity dialog is not accessible through keyboard" This reverts commit 23a05ef18e7cce21fc1aa3aef1c1cbcca257d303. * more options in delete entity dialog is not accessible throgh keyboard * remove native html with role='alert' for messagebar * role added for messagebar fluentui component
2023-01-10 16:02:29 +00:00
width: 100%;
border: 1px solid #bbbbbb;
}
.clause-table-cell button {
Defect1711833 (#1370) * keyboard navigation for defects 1722611,1722618 * Fixes for keyboard navigation of add new clause,edit,remove property,insert filter line, remove filter line * Revert "keyboard navigation for defects 1722611,1722618" This reverts commit 9383609a2205b2c407ceb41fc01009eb0d816998. * html,css changes corected after reversion * Revert "html,css changes corected after reversion" This reverts commit 712e0e0c1e9f46da07b65d34140059c477b3248a. * committing changes for the keyboard navigation * format fixes * changes to addcollectionpanel.test.tsx snp file * changes in infotooltip for defct * Revert "changes in infotooltip for defct" This reverts commit ca9833e20860e66b8a46993c23e8b76f76cb645f. * commit for tooltip in defect 1704149 * Revert "commit for tooltip in defect 1704149" This reverts commit 44766e82134d3591ff43c5434218f9c703414b6c. * InfoTooltip changes * update snapshot * defect1722595 Bug 1722595: [Screen readers Azure Cosmos DB Scale& Settings: Screen reader (NVDA) is not announcing status message which is displayed on the screen after radio button is selected under scale tab. * more options in delete entity dialog is not accessible through keyboard * Revert "more options in delete entity dialog is not accessible through keyboard" This reverts commit 23a05ef18e7cce21fc1aa3aef1c1cbcca257d303. * more options in delete entity dialog is not accessible throgh keyboard * remove native html with role='alert' for messagebar * role added for messagebar fluentui component
2023-01-10 16:02:29 +00:00
height: 20px;
}
.clause-table-cell input[type="checkbox"] {
Defect1711833 (#1370) * keyboard navigation for defects 1722611,1722618 * Fixes for keyboard navigation of add new clause,edit,remove property,insert filter line, remove filter line * Revert "keyboard navigation for defects 1722611,1722618" This reverts commit 9383609a2205b2c407ceb41fc01009eb0d816998. * html,css changes corected after reversion * Revert "html,css changes corected after reversion" This reverts commit 712e0e0c1e9f46da07b65d34140059c477b3248a. * committing changes for the keyboard navigation * format fixes * changes to addcollectionpanel.test.tsx snp file * changes in infotooltip for defct * Revert "changes in infotooltip for defct" This reverts commit ca9833e20860e66b8a46993c23e8b76f76cb645f. * commit for tooltip in defect 1704149 * Revert "commit for tooltip in defect 1704149" This reverts commit 44766e82134d3591ff43c5434218f9c703414b6c. * InfoTooltip changes * update snapshot * defect1722595 Bug 1722595: [Screen readers Azure Cosmos DB Scale& Settings: Screen reader (NVDA) is not announcing status message which is displayed on the screen after radio button is selected under scale tab. * more options in delete entity dialog is not accessible through keyboard * Revert "more options in delete entity dialog is not accessible through keyboard" This reverts commit 23a05ef18e7cce21fc1aa3aef1c1cbcca257d303. * more options in delete entity dialog is not accessible throgh keyboard * remove native html with role='alert' for messagebar * role added for messagebar fluentui component
2023-01-10 16:02:29 +00:00
padding: 0px;
margin-bottom: 12px;
}
.and-or-svg {
Defect1711833 (#1370) * keyboard navigation for defects 1722611,1722618 * Fixes for keyboard navigation of add new clause,edit,remove property,insert filter line, remove filter line * Revert "keyboard navigation for defects 1722611,1722618" This reverts commit 9383609a2205b2c407ceb41fc01009eb0d816998. * html,css changes corected after reversion * Revert "html,css changes corected after reversion" This reverts commit 712e0e0c1e9f46da07b65d34140059c477b3248a. * committing changes for the keyboard navigation * format fixes * changes to addcollectionpanel.test.tsx snp file * changes in infotooltip for defct * Revert "changes in infotooltip for defct" This reverts commit ca9833e20860e66b8a46993c23e8b76f76cb645f. * commit for tooltip in defect 1704149 * Revert "commit for tooltip in defect 1704149" This reverts commit 44766e82134d3591ff43c5434218f9c703414b6c. * InfoTooltip changes * update snapshot * defect1722595 Bug 1722595: [Screen readers Azure Cosmos DB Scale& Settings: Screen reader (NVDA) is not announcing status message which is displayed on the screen after radio button is selected under scale tab. * more options in delete entity dialog is not accessible through keyboard * Revert "more options in delete entity dialog is not accessible through keyboard" This reverts commit 23a05ef18e7cce21fc1aa3aef1c1cbcca257d303. * more options in delete entity dialog is not accessible throgh keyboard * remove native html with role='alert' for messagebar * role added for messagebar fluentui component
2023-01-10 16:02:29 +00:00
margin-top: -8px;
margin-right: -5px;
}
.scroll-box {
Defect1711833 (#1370) * keyboard navigation for defects 1722611,1722618 * Fixes for keyboard navigation of add new clause,edit,remove property,insert filter line, remove filter line * Revert "keyboard navigation for defects 1722611,1722618" This reverts commit 9383609a2205b2c407ceb41fc01009eb0d816998. * html,css changes corected after reversion * Revert "html,css changes corected after reversion" This reverts commit 712e0e0c1e9f46da07b65d34140059c477b3248a. * committing changes for the keyboard navigation * format fixes * changes to addcollectionpanel.test.tsx snp file * changes in infotooltip for defct * Revert "changes in infotooltip for defct" This reverts commit ca9833e20860e66b8a46993c23e8b76f76cb645f. * commit for tooltip in defect 1704149 * Revert "commit for tooltip in defect 1704149" This reverts commit 44766e82134d3591ff43c5434218f9c703414b6c. * InfoTooltip changes * update snapshot * defect1722595 Bug 1722595: [Screen readers Azure Cosmos DB Scale& Settings: Screen reader (NVDA) is not announcing status message which is displayed on the screen after radio button is selected under scale tab. * more options in delete entity dialog is not accessible through keyboard * Revert "more options in delete entity dialog is not accessible through keyboard" This reverts commit 23a05ef18e7cce21fc1aa3aef1c1cbcca257d303. * more options in delete entity dialog is not accessible throgh keyboard * remove native html with role='alert' for messagebar * role added for messagebar fluentui component
2023-01-10 16:02:29 +00:00
border-bottom: 1px transparent #ddd;
/*[1px solid {plugin-table-border-color}]*/
border-top: 1px transparent #ddd;
/*[1px solid {plugin-table-border-color}]*/
max-height: 20vh;
width: 100%;
}
.scrollable {
Defect1711833 (#1370) * keyboard navigation for defects 1722611,1722618 * Fixes for keyboard navigation of add new clause,edit,remove property,insert filter line, remove filter line * Revert "keyboard navigation for defects 1722611,1722618" This reverts commit 9383609a2205b2c407ceb41fc01009eb0d816998. * html,css changes corected after reversion * Revert "html,css changes corected after reversion" This reverts commit 712e0e0c1e9f46da07b65d34140059c477b3248a. * committing changes for the keyboard navigation * format fixes * changes to addcollectionpanel.test.tsx snp file * changes in infotooltip for defct * Revert "changes in infotooltip for defct" This reverts commit ca9833e20860e66b8a46993c23e8b76f76cb645f. * commit for tooltip in defect 1704149 * Revert "commit for tooltip in defect 1704149" This reverts commit 44766e82134d3591ff43c5434218f9c703414b6c. * InfoTooltip changes * update snapshot * defect1722595 Bug 1722595: [Screen readers Azure Cosmos DB Scale& Settings: Screen reader (NVDA) is not announcing status message which is displayed on the screen after radio button is selected under scale tab. * more options in delete entity dialog is not accessible through keyboard * Revert "more options in delete entity dialog is not accessible through keyboard" This reverts commit 23a05ef18e7cce21fc1aa3aef1c1cbcca257d303. * more options in delete entity dialog is not accessible throgh keyboard * remove native html with role='alert' for messagebar * role added for messagebar fluentui component
2023-01-10 16:02:29 +00:00
overflow: auto;
overflow-x: hidden;
}
.and-or-column,
.and-or-header {
Defect1711833 (#1370) * keyboard navigation for defects 1722611,1722618 * Fixes for keyboard navigation of add new clause,edit,remove property,insert filter line, remove filter line * Revert "keyboard navigation for defects 1722611,1722618" This reverts commit 9383609a2205b2c407ceb41fc01009eb0d816998. * html,css changes corected after reversion * Revert "html,css changes corected after reversion" This reverts commit 712e0e0c1e9f46da07b65d34140059c477b3248a. * committing changes for the keyboard navigation * format fixes * changes to addcollectionpanel.test.tsx snp file * changes in infotooltip for defct * Revert "changes in infotooltip for defct" This reverts commit ca9833e20860e66b8a46993c23e8b76f76cb645f. * commit for tooltip in defect 1704149 * Revert "commit for tooltip in defect 1704149" This reverts commit 44766e82134d3591ff43c5434218f9c703414b6c. * InfoTooltip changes * update snapshot * defect1722595 Bug 1722595: [Screen readers Azure Cosmos DB Scale& Settings: Screen reader (NVDA) is not announcing status message which is displayed on the screen after radio button is selected under scale tab. * more options in delete entity dialog is not accessible through keyboard * Revert "more options in delete entity dialog is not accessible through keyboard" This reverts commit 23a05ef18e7cce21fc1aa3aef1c1cbcca257d303. * more options in delete entity dialog is not accessible throgh keyboard * remove native html with role='alert' for messagebar * role added for messagebar fluentui component
2023-01-10 16:02:29 +00:00
min-width: 65px;
padding-right: 10px;
padding-left: 5px;
}
.operator-column,
.operator-header {
Defect1711833 (#1370) * keyboard navigation for defects 1722611,1722618 * Fixes for keyboard navigation of add new clause,edit,remove property,insert filter line, remove filter line * Revert "keyboard navigation for defects 1722611,1722618" This reverts commit 9383609a2205b2c407ceb41fc01009eb0d816998. * html,css changes corected after reversion * Revert "html,css changes corected after reversion" This reverts commit 712e0e0c1e9f46da07b65d34140059c477b3248a. * committing changes for the keyboard navigation * format fixes * changes to addcollectionpanel.test.tsx snp file * changes in infotooltip for defct * Revert "changes in infotooltip for defct" This reverts commit ca9833e20860e66b8a46993c23e8b76f76cb645f. * commit for tooltip in defect 1704149 * Revert "commit for tooltip in defect 1704149" This reverts commit 44766e82134d3591ff43c5434218f9c703414b6c. * InfoTooltip changes * update snapshot * defect1722595 Bug 1722595: [Screen readers Azure Cosmos DB Scale& Settings: Screen reader (NVDA) is not announcing status message which is displayed on the screen after radio button is selected under scale tab. * more options in delete entity dialog is not accessible through keyboard * Revert "more options in delete entity dialog is not accessible through keyboard" This reverts commit 23a05ef18e7cce21fc1aa3aef1c1cbcca257d303. * more options in delete entity dialog is not accessible throgh keyboard * remove native html with role='alert' for messagebar * role added for messagebar fluentui component
2023-01-10 16:02:29 +00:00
min-width: 65px;
padding-right: 10px;
}
.field-header,
.field-column {
Defect1711833 (#1370) * keyboard navigation for defects 1722611,1722618 * Fixes for keyboard navigation of add new clause,edit,remove property,insert filter line, remove filter line * Revert "keyboard navigation for defects 1722611,1722618" This reverts commit 9383609a2205b2c407ceb41fc01009eb0d816998. * html,css changes corected after reversion * Revert "html,css changes corected after reversion" This reverts commit 712e0e0c1e9f46da07b65d34140059c477b3248a. * committing changes for the keyboard navigation * format fixes * changes to addcollectionpanel.test.tsx snp file * changes in infotooltip for defct * Revert "changes in infotooltip for defct" This reverts commit ca9833e20860e66b8a46993c23e8b76f76cb645f. * commit for tooltip in defect 1704149 * Revert "commit for tooltip in defect 1704149" This reverts commit 44766e82134d3591ff43c5434218f9c703414b6c. * InfoTooltip changes * update snapshot * defect1722595 Bug 1722595: [Screen readers Azure Cosmos DB Scale& Settings: Screen reader (NVDA) is not announcing status message which is displayed on the screen after radio button is selected under scale tab. * more options in delete entity dialog is not accessible through keyboard * Revert "more options in delete entity dialog is not accessible through keyboard" This reverts commit 23a05ef18e7cce21fc1aa3aef1c1cbcca257d303. * more options in delete entity dialog is not accessible throgh keyboard * remove native html with role='alert' for messagebar * role added for messagebar fluentui component
2023-01-10 16:02:29 +00:00
min-width: 125px;
padding-right: 10px;
}
.type-header,
.type-column {
Defect1711833 (#1370) * keyboard navigation for defects 1722611,1722618 * Fixes for keyboard navigation of add new clause,edit,remove property,insert filter line, remove filter line * Revert "keyboard navigation for defects 1722611,1722618" This reverts commit 9383609a2205b2c407ceb41fc01009eb0d816998. * html,css changes corected after reversion * Revert "html,css changes corected after reversion" This reverts commit 712e0e0c1e9f46da07b65d34140059c477b3248a. * committing changes for the keyboard navigation * format fixes * changes to addcollectionpanel.test.tsx snp file * changes in infotooltip for defct * Revert "changes in infotooltip for defct" This reverts commit ca9833e20860e66b8a46993c23e8b76f76cb645f. * commit for tooltip in defect 1704149 * Revert "commit for tooltip in defect 1704149" This reverts commit 44766e82134d3591ff43c5434218f9c703414b6c. * InfoTooltip changes * update snapshot * defect1722595 Bug 1722595: [Screen readers Azure Cosmos DB Scale& Settings: Screen reader (NVDA) is not announcing status message which is displayed on the screen after radio button is selected under scale tab. * more options in delete entity dialog is not accessible through keyboard * Revert "more options in delete entity dialog is not accessible through keyboard" This reverts commit 23a05ef18e7cce21fc1aa3aef1c1cbcca257d303. * more options in delete entity dialog is not accessible throgh keyboard * remove native html with role='alert' for messagebar * role added for messagebar fluentui component
2023-01-10 16:02:29 +00:00
min-width: 85px;
}
.and-or-column,
.and-or-header,
.operator-column,
.operator-header,
.field-header,
.field-column,
.type-header,
.type-column,
.action-header {
Defect1711833 (#1370) * keyboard navigation for defects 1722611,1722618 * Fixes for keyboard navigation of add new clause,edit,remove property,insert filter line, remove filter line * Revert "keyboard navigation for defects 1722611,1722618" This reverts commit 9383609a2205b2c407ceb41fc01009eb0d816998. * html,css changes corected after reversion * Revert "html,css changes corected after reversion" This reverts commit 712e0e0c1e9f46da07b65d34140059c477b3248a. * committing changes for the keyboard navigation * format fixes * changes to addcollectionpanel.test.tsx snp file * changes in infotooltip for defct * Revert "changes in infotooltip for defct" This reverts commit ca9833e20860e66b8a46993c23e8b76f76cb645f. * commit for tooltip in defect 1704149 * Revert "commit for tooltip in defect 1704149" This reverts commit 44766e82134d3591ff43c5434218f9c703414b6c. * InfoTooltip changes * update snapshot * defect1722595 Bug 1722595: [Screen readers Azure Cosmos DB Scale& Settings: Screen reader (NVDA) is not announcing status message which is displayed on the screen after radio button is selected under scale tab. * more options in delete entity dialog is not accessible through keyboard * Revert "more options in delete entity dialog is not accessible through keyboard" This reverts commit 23a05ef18e7cce21fc1aa3aef1c1cbcca257d303. * more options in delete entity dialog is not accessible throgh keyboard * remove native html with role='alert' for messagebar * role added for messagebar fluentui component
2023-01-10 16:02:29 +00:00
padding-right: 10px;
margin-bottom: 8px;
}
.value-header,
.value-column,
.time-column {
Defect1711833 (#1370) * keyboard navigation for defects 1722611,1722618 * Fixes for keyboard navigation of add new clause,edit,remove property,insert filter line, remove filter line * Revert "keyboard navigation for defects 1722611,1722618" This reverts commit 9383609a2205b2c407ceb41fc01009eb0d816998. * html,css changes corected after reversion * Revert "html,css changes corected after reversion" This reverts commit 712e0e0c1e9f46da07b65d34140059c477b3248a. * committing changes for the keyboard navigation * format fixes * changes to addcollectionpanel.test.tsx snp file * changes in infotooltip for defct * Revert "changes in infotooltip for defct" This reverts commit ca9833e20860e66b8a46993c23e8b76f76cb645f. * commit for tooltip in defect 1704149 * Revert "commit for tooltip in defect 1704149" This reverts commit 44766e82134d3591ff43c5434218f9c703414b6c. * InfoTooltip changes * update snapshot * defect1722595 Bug 1722595: [Screen readers Azure Cosmos DB Scale& Settings: Screen reader (NVDA) is not announcing status message which is displayed on the screen after radio button is selected under scale tab. * more options in delete entity dialog is not accessible through keyboard * Revert "more options in delete entity dialog is not accessible through keyboard" This reverts commit 23a05ef18e7cce21fc1aa3aef1c1cbcca257d303. * more options in delete entity dialog is not accessible throgh keyboard * remove native html with role='alert' for messagebar * role added for messagebar fluentui component
2023-01-10 16:02:29 +00:00
min-width: 230px;
padding: 0px 4px 0px 0px;
width: 100%;
margin-bottom: 8px;
}
.group-control-header,
.group-control-column {
Defect1711833 (#1370) * keyboard navigation for defects 1722611,1722618 * Fixes for keyboard navigation of add new clause,edit,remove property,insert filter line, remove filter line * Revert "keyboard navigation for defects 1722611,1722618" This reverts commit 9383609a2205b2c407ceb41fc01009eb0d816998. * html,css changes corected after reversion * Revert "html,css changes corected after reversion" This reverts commit 712e0e0c1e9f46da07b65d34140059c477b3248a. * committing changes for the keyboard navigation * format fixes * changes to addcollectionpanel.test.tsx snp file * changes in infotooltip for defct * Revert "changes in infotooltip for defct" This reverts commit ca9833e20860e66b8a46993c23e8b76f76cb645f. * commit for tooltip in defect 1704149 * Revert "commit for tooltip in defect 1704149" This reverts commit 44766e82134d3591ff43c5434218f9c703414b6c. * InfoTooltip changes * update snapshot * defect1722595 Bug 1722595: [Screen readers Azure Cosmos DB Scale& Settings: Screen reader (NVDA) is not announcing status message which is displayed on the screen after radio button is selected under scale tab. * more options in delete entity dialog is not accessible through keyboard * Revert "more options in delete entity dialog is not accessible through keyboard" This reverts commit 23a05ef18e7cce21fc1aa3aef1c1cbcca257d303. * more options in delete entity dialog is not accessible throgh keyboard * remove native html with role='alert' for messagebar * role added for messagebar fluentui component
2023-01-10 16:02:29 +00:00
min-width: 25px;
text-align: right;
}
.group-indicator-table {
Defect1711833 (#1370) * keyboard navigation for defects 1722611,1722618 * Fixes for keyboard navigation of add new clause,edit,remove property,insert filter line, remove filter line * Revert "keyboard navigation for defects 1722611,1722618" This reverts commit 9383609a2205b2c407ceb41fc01009eb0d816998. * html,css changes corected after reversion * Revert "html,css changes corected after reversion" This reverts commit 712e0e0c1e9f46da07b65d34140059c477b3248a. * committing changes for the keyboard navigation * format fixes * changes to addcollectionpanel.test.tsx snp file * changes in infotooltip for defct * Revert "changes in infotooltip for defct" This reverts commit ca9833e20860e66b8a46993c23e8b76f76cb645f. * commit for tooltip in defect 1704149 * Revert "commit for tooltip in defect 1704149" This reverts commit 44766e82134d3591ff43c5434218f9c703414b6c. * InfoTooltip changes * update snapshot * defect1722595 Bug 1722595: [Screen readers Azure Cosmos DB Scale& Settings: Screen reader (NVDA) is not announcing status message which is displayed on the screen after radio button is selected under scale tab. * more options in delete entity dialog is not accessible through keyboard * Revert "more options in delete entity dialog is not accessible through keyboard" This reverts commit 23a05ef18e7cce21fc1aa3aef1c1cbcca257d303. * more options in delete entity dialog is not accessible throgh keyboard * remove native html with role='alert' for messagebar * role added for messagebar fluentui component
2023-01-10 16:02:29 +00:00
border-spacing: 0px;
min-height: 24px;
}
.group-indicator-column {
Defect1711833 (#1370) * keyboard navigation for defects 1722611,1722618 * Fixes for keyboard navigation of add new clause,edit,remove property,insert filter line, remove filter line * Revert "keyboard navigation for defects 1722611,1722618" This reverts commit 9383609a2205b2c407ceb41fc01009eb0d816998. * html,css changes corected after reversion * Revert "html,css changes corected after reversion" This reverts commit 712e0e0c1e9f46da07b65d34140059c477b3248a. * committing changes for the keyboard navigation * format fixes * changes to addcollectionpanel.test.tsx snp file * changes in infotooltip for defct * Revert "changes in infotooltip for defct" This reverts commit ca9833e20860e66b8a46993c23e8b76f76cb645f. * commit for tooltip in defect 1704149 * Revert "commit for tooltip in defect 1704149" This reverts commit 44766e82134d3591ff43c5434218f9c703414b6c. * InfoTooltip changes * update snapshot * defect1722595 Bug 1722595: [Screen readers Azure Cosmos DB Scale& Settings: Screen reader (NVDA) is not announcing status message which is displayed on the screen after radio button is selected under scale tab. * more options in delete entity dialog is not accessible through keyboard * Revert "more options in delete entity dialog is not accessible through keyboard" This reverts commit 23a05ef18e7cce21fc1aa3aef1c1cbcca257d303. * more options in delete entity dialog is not accessible throgh keyboard * remove native html with role='alert' for messagebar * role added for messagebar fluentui component
2023-01-10 16:02:29 +00:00
min-width: 21px;
padding: 0px;
border-style: none;
height: 29px;
}
Defect1711833 (#1370) * keyboard navigation for defects 1722611,1722618 * Fixes for keyboard navigation of add new clause,edit,remove property,insert filter line, remove filter line * Revert "keyboard navigation for defects 1722611,1722618" This reverts commit 9383609a2205b2c407ceb41fc01009eb0d816998. * html,css changes corected after reversion * Revert "html,css changes corected after reversion" This reverts commit 712e0e0c1e9f46da07b65d34140059c477b3248a. * committing changes for the keyboard navigation * format fixes * changes to addcollectionpanel.test.tsx snp file * changes in infotooltip for defct * Revert "changes in infotooltip for defct" This reverts commit ca9833e20860e66b8a46993c23e8b76f76cb645f. * commit for tooltip in defect 1704149 * Revert "commit for tooltip in defect 1704149" This reverts commit 44766e82134d3591ff43c5434218f9c703414b6c. * InfoTooltip changes * update snapshot * defect1722595 Bug 1722595: [Screen readers Azure Cosmos DB Scale& Settings: Screen reader (NVDA) is not announcing status message which is displayed on the screen after radio button is selected under scale tab. * more options in delete entity dialog is not accessible through keyboard * Revert "more options in delete entity dialog is not accessible through keyboard" This reverts commit 23a05ef18e7cce21fc1aa3aef1c1cbcca257d303. * more options in delete entity dialog is not accessible throgh keyboard * remove native html with role='alert' for messagebar * role added for messagebar fluentui component
2023-01-10 16:02:29 +00:00
.clause-table-cell.action-column,
.clause-table-cell.action-header {
Defect1711833 (#1370) * keyboard navigation for defects 1722611,1722618 * Fixes for keyboard navigation of add new clause,edit,remove property,insert filter line, remove filter line * Revert "keyboard navigation for defects 1722611,1722618" This reverts commit 9383609a2205b2c407ceb41fc01009eb0d816998. * html,css changes corected after reversion * Revert "html,css changes corected after reversion" This reverts commit 712e0e0c1e9f46da07b65d34140059c477b3248a. * committing changes for the keyboard navigation * format fixes * changes to addcollectionpanel.test.tsx snp file * changes in infotooltip for defct * Revert "changes in infotooltip for defct" This reverts commit ca9833e20860e66b8a46993c23e8b76f76cb645f. * commit for tooltip in defect 1704149 * Revert "commit for tooltip in defect 1704149" This reverts commit 44766e82134d3591ff43c5434218f9c703414b6c. * InfoTooltip changes * update snapshot * defect1722595 Bug 1722595: [Screen readers Azure Cosmos DB Scale& Settings: Screen reader (NVDA) is not announcing status message which is displayed on the screen after radio button is selected under scale tab. * more options in delete entity dialog is not accessible through keyboard * Revert "more options in delete entity dialog is not accessible through keyboard" This reverts commit 23a05ef18e7cce21fc1aa3aef1c1cbcca257d303. * more options in delete entity dialog is not accessible throgh keyboard * remove native html with role='alert' for messagebar * role added for messagebar fluentui component
2023-01-10 16:02:29 +00:00
min-width: 60px;
padding-left: @SmallSpace;
}
.action-header,
.field-header,
.type-header,
.operator-header,
.value-header,
.and-or-header {
Defect1711833 (#1370) * keyboard navigation for defects 1722611,1722618 * Fixes for keyboard navigation of add new clause,edit,remove property,insert filter line, remove filter line * Revert "keyboard navigation for defects 1722611,1722618" This reverts commit 9383609a2205b2c407ceb41fc01009eb0d816998. * html,css changes corected after reversion * Revert "html,css changes corected after reversion" This reverts commit 712e0e0c1e9f46da07b65d34140059c477b3248a. * committing changes for the keyboard navigation * format fixes * changes to addcollectionpanel.test.tsx snp file * changes in infotooltip for defct * Revert "changes in infotooltip for defct" This reverts commit ca9833e20860e66b8a46993c23e8b76f76cb645f. * commit for tooltip in defect 1704149 * Revert "commit for tooltip in defect 1704149" This reverts commit 44766e82134d3591ff43c5434218f9c703414b6c. * InfoTooltip changes * update snapshot * defect1722595 Bug 1722595: [Screen readers Azure Cosmos DB Scale& Settings: Screen reader (NVDA) is not announcing status message which is displayed on the screen after radio button is selected under scale tab. * more options in delete entity dialog is not accessible through keyboard * Revert "more options in delete entity dialog is not accessible through keyboard" This reverts commit 23a05ef18e7cce21fc1aa3aef1c1cbcca257d303. * more options in delete entity dialog is not accessible throgh keyboard * remove native html with role='alert' for messagebar * role added for messagebar fluentui component
2023-01-10 16:02:29 +00:00
padding-right: 4px;
padding-bottom: 5px;
}
.header-background {
Defect1711833 (#1370) * keyboard navigation for defects 1722611,1722618 * Fixes for keyboard navigation of add new clause,edit,remove property,insert filter line, remove filter line * Revert "keyboard navigation for defects 1722611,1722618" This reverts commit 9383609a2205b2c407ceb41fc01009eb0d816998. * html,css changes corected after reversion * Revert "html,css changes corected after reversion" This reverts commit 712e0e0c1e9f46da07b65d34140059c477b3248a. * committing changes for the keyboard navigation * format fixes * changes to addcollectionpanel.test.tsx snp file * changes in infotooltip for defct * Revert "changes in infotooltip for defct" This reverts commit ca9833e20860e66b8a46993c23e8b76f76cb645f. * commit for tooltip in defect 1704149 * Revert "commit for tooltip in defect 1704149" This reverts commit 44766e82134d3591ff43c5434218f9c703414b6c. * InfoTooltip changes * update snapshot * defect1722595 Bug 1722595: [Screen readers Azure Cosmos DB Scale& Settings: Screen reader (NVDA) is not announcing status message which is displayed on the screen after radio button is selected under scale tab. * more options in delete entity dialog is not accessible through keyboard * Revert "more options in delete entity dialog is not accessible through keyboard" This reverts commit 23a05ef18e7cce21fc1aa3aef1c1cbcca257d303. * more options in delete entity dialog is not accessible throgh keyboard * remove native html with role='alert' for messagebar * role added for messagebar fluentui component
2023-01-10 16:02:29 +00:00
background-color: #ffffff;
}
/*.type-header {
padding-right: 4px;
}
.operator-header {
padding-right: 4px;
}
.value-header {
padding-right: 4px;
}*/
.clause-table-field[readonly] {
Defect1711833 (#1370) * keyboard navigation for defects 1722611,1722618 * Fixes for keyboard navigation of add new clause,edit,remove property,insert filter line, remove filter line * Revert "keyboard navigation for defects 1722611,1722618" This reverts commit 9383609a2205b2c407ceb41fc01009eb0d816998. * html,css changes corected after reversion * Revert "html,css changes corected after reversion" This reverts commit 712e0e0c1e9f46da07b65d34140059c477b3248a. * committing changes for the keyboard navigation * format fixes * changes to addcollectionpanel.test.tsx snp file * changes in infotooltip for defct * Revert "changes in infotooltip for defct" This reverts commit ca9833e20860e66b8a46993c23e8b76f76cb645f. * commit for tooltip in defect 1704149 * Revert "commit for tooltip in defect 1704149" This reverts commit 44766e82134d3591ff43c5434218f9c703414b6c. * InfoTooltip changes * update snapshot * defect1722595 Bug 1722595: [Screen readers Azure Cosmos DB Scale& Settings: Screen reader (NVDA) is not announcing status message which is displayed on the screen after radio button is selected under scale tab. * more options in delete entity dialog is not accessible through keyboard * Revert "more options in delete entity dialog is not accessible through keyboard" This reverts commit 23a05ef18e7cce21fc1aa3aef1c1cbcca257d303. * more options in delete entity dialog is not accessible throgh keyboard * remove native html with role='alert' for messagebar * role added for messagebar fluentui component
2023-01-10 16:02:29 +00:00
background-color: #eeeef2;
/*[{plugin-table-header-background-color}]*/
border: 1px solid #cccedb;
/*[{plugin-table-border-color}]*/
}
.addClause-title {
Defect1711833 (#1370) * keyboard navigation for defects 1722611,1722618 * Fixes for keyboard navigation of add new clause,edit,remove property,insert filter line, remove filter line * Revert "keyboard navigation for defects 1722611,1722618" This reverts commit 9383609a2205b2c407ceb41fc01009eb0d816998. * html,css changes corected after reversion * Revert "html,css changes corected after reversion" This reverts commit 712e0e0c1e9f46da07b65d34140059c477b3248a. * committing changes for the keyboard navigation * format fixes * changes to addcollectionpanel.test.tsx snp file * changes in infotooltip for defct * Revert "changes in infotooltip for defct" This reverts commit ca9833e20860e66b8a46993c23e8b76f76cb645f. * commit for tooltip in defect 1704149 * Revert "commit for tooltip in defect 1704149" This reverts commit 44766e82134d3591ff43c5434218f9c703414b6c. * InfoTooltip changes * update snapshot * defect1722595 Bug 1722595: [Screen readers Azure Cosmos DB Scale& Settings: Screen reader (NVDA) is not announcing status message which is displayed on the screen after radio button is selected under scale tab. * more options in delete entity dialog is not accessible through keyboard * Revert "more options in delete entity dialog is not accessible through keyboard" This reverts commit 23a05ef18e7cce21fc1aa3aef1c1cbcca257d303. * more options in delete entity dialog is not accessible throgh keyboard * remove native html with role='alert' for messagebar * role added for messagebar fluentui component
2023-01-10 16:02:29 +00:00
/*[{common-common-controls-button-border-hover}]*/
cursor: pointer;
margin-left: -5px;
}
.addClause {
Defect1711833 (#1370) * keyboard navigation for defects 1722611,1722618 * Fixes for keyboard navigation of add new clause,edit,remove property,insert filter line, remove filter line * Revert "keyboard navigation for defects 1722611,1722618" This reverts commit 9383609a2205b2c407ceb41fc01009eb0d816998. * html,css changes corected after reversion * Revert "html,css changes corected after reversion" This reverts commit 712e0e0c1e9f46da07b65d34140059c477b3248a. * committing changes for the keyboard navigation * format fixes * changes to addcollectionpanel.test.tsx snp file * changes in infotooltip for defct * Revert "changes in infotooltip for defct" This reverts commit ca9833e20860e66b8a46993c23e8b76f76cb645f. * commit for tooltip in defect 1704149 * Revert "commit for tooltip in defect 1704149" This reverts commit 44766e82134d3591ff43c5434218f9c703414b6c. * InfoTooltip changes * update snapshot * defect1722595 Bug 1722595: [Screen readers Azure Cosmos DB Scale& Settings: Screen reader (NVDA) is not announcing status message which is displayed on the screen after radio button is selected under scale tab. * more options in delete entity dialog is not accessible through keyboard * Revert "more options in delete entity dialog is not accessible through keyboard" This reverts commit 23a05ef18e7cce21fc1aa3aef1c1cbcca257d303. * more options in delete entity dialog is not accessible throgh keyboard * remove native html with role='alert' for messagebar * role added for messagebar fluentui component
2023-01-10 16:02:29 +00:00
width: 125px;
padding: 8px 0px 5px 5px;
border: 1px solid #fff;
margin-left: 5px;
}
.addClause:hover {
Defect1711833 (#1370) * keyboard navigation for defects 1722611,1722618 * Fixes for keyboard navigation of add new clause,edit,remove property,insert filter line, remove filter line * Revert "keyboard navigation for defects 1722611,1722618" This reverts commit 9383609a2205b2c407ceb41fc01009eb0d816998. * html,css changes corected after reversion * Revert "html,css changes corected after reversion" This reverts commit 712e0e0c1e9f46da07b65d34140059c477b3248a. * committing changes for the keyboard navigation * format fixes * changes to addcollectionpanel.test.tsx snp file * changes in infotooltip for defct * Revert "changes in infotooltip for defct" This reverts commit ca9833e20860e66b8a46993c23e8b76f76cb645f. * commit for tooltip in defect 1704149 * Revert "commit for tooltip in defect 1704149" This reverts commit 44766e82134d3591ff43c5434218f9c703414b6c. * InfoTooltip changes * update snapshot * defect1722595 Bug 1722595: [Screen readers Azure Cosmos DB Scale& Settings: Screen reader (NVDA) is not announcing status message which is displayed on the screen after radio button is selected under scale tab. * more options in delete entity dialog is not accessible through keyboard * Revert "more options in delete entity dialog is not accessible through keyboard" This reverts commit 23a05ef18e7cce21fc1aa3aef1c1cbcca257d303. * more options in delete entity dialog is not accessible throgh keyboard * remove native html with role='alert' for messagebar * role added for messagebar fluentui component
2023-01-10 16:02:29 +00:00
.hover();
}
.addClause:active {
Defect1711833 (#1370) * keyboard navigation for defects 1722611,1722618 * Fixes for keyboard navigation of add new clause,edit,remove property,insert filter line, remove filter line * Revert "keyboard navigation for defects 1722611,1722618" This reverts commit 9383609a2205b2c407ceb41fc01009eb0d816998. * html,css changes corected after reversion * Revert "html,css changes corected after reversion" This reverts commit 712e0e0c1e9f46da07b65d34140059c477b3248a. * committing changes for the keyboard navigation * format fixes * changes to addcollectionpanel.test.tsx snp file * changes in infotooltip for defct * Revert "changes in infotooltip for defct" This reverts commit ca9833e20860e66b8a46993c23e8b76f76cb645f. * commit for tooltip in defect 1704149 * Revert "commit for tooltip in defect 1704149" This reverts commit 44766e82134d3591ff43c5434218f9c703414b6c. * InfoTooltip changes * update snapshot * defect1722595 Bug 1722595: [Screen readers Azure Cosmos DB Scale& Settings: Screen reader (NVDA) is not announcing status message which is displayed on the screen after radio button is selected under scale tab. * more options in delete entity dialog is not accessible through keyboard * Revert "more options in delete entity dialog is not accessible through keyboard" This reverts commit 23a05ef18e7cce21fc1aa3aef1c1cbcca257d303. * more options in delete entity dialog is not accessible throgh keyboard * remove native html with role='alert' for messagebar * role added for messagebar fluentui component
2023-01-10 16:02:29 +00:00
.active();
border: 1px dashed @AccentMedium;
}
.clause-table-row {
Defect1711833 (#1370) * keyboard navigation for defects 1722611,1722618 * Fixes for keyboard navigation of add new clause,edit,remove property,insert filter line, remove filter line * Revert "keyboard navigation for defects 1722611,1722618" This reverts commit 9383609a2205b2c407ceb41fc01009eb0d816998. * html,css changes corected after reversion * Revert "html,css changes corected after reversion" This reverts commit 712e0e0c1e9f46da07b65d34140059c477b3248a. * committing changes for the keyboard navigation * format fixes * changes to addcollectionpanel.test.tsx snp file * changes in infotooltip for defct * Revert "changes in infotooltip for defct" This reverts commit ca9833e20860e66b8a46993c23e8b76f76cb645f. * commit for tooltip in defect 1704149 * Revert "commit for tooltip in defect 1704149" This reverts commit 44766e82134d3591ff43c5434218f9c703414b6c. * InfoTooltip changes * update snapshot * defect1722595 Bug 1722595: [Screen readers Azure Cosmos DB Scale& Settings: Screen reader (NVDA) is not announcing status message which is displayed on the screen after radio button is selected under scale tab. * more options in delete entity dialog is not accessible through keyboard * Revert "more options in delete entity dialog is not accessible through keyboard" This reverts commit 23a05ef18e7cce21fc1aa3aef1c1cbcca257d303. * more options in delete entity dialog is not accessible throgh keyboard * remove native html with role='alert' for messagebar * role added for messagebar fluentui component
2023-01-10 16:02:29 +00:00
min-width: 550px;
width: 100%;
}
.clause-table-field field-column {
Defect1711833 (#1370) * keyboard navigation for defects 1722611,1722618 * Fixes for keyboard navigation of add new clause,edit,remove property,insert filter line, remove filter line * Revert "keyboard navigation for defects 1722611,1722618" This reverts commit 9383609a2205b2c407ceb41fc01009eb0d816998. * html,css changes corected after reversion * Revert "html,css changes corected after reversion" This reverts commit 712e0e0c1e9f46da07b65d34140059c477b3248a. * committing changes for the keyboard navigation * format fixes * changes to addcollectionpanel.test.tsx snp file * changes in infotooltip for defct * Revert "changes in infotooltip for defct" This reverts commit ca9833e20860e66b8a46993c23e8b76f76cb645f. * commit for tooltip in defect 1704149 * Revert "commit for tooltip in defect 1704149" This reverts commit 44766e82134d3591ff43c5434218f9c703414b6c. * InfoTooltip changes * update snapshot * defect1722595 Bug 1722595: [Screen readers Azure Cosmos DB Scale& Settings: Screen reader (NVDA) is not announcing status message which is displayed on the screen after radio button is selected under scale tab. * more options in delete entity dialog is not accessible through keyboard * Revert "more options in delete entity dialog is not accessible through keyboard" This reverts commit 23a05ef18e7cce21fc1aa3aef1c1cbcca257d303. * more options in delete entity dialog is not accessible throgh keyboard * remove native html with role='alert' for messagebar * role added for messagebar fluentui component
2023-01-10 16:02:29 +00:00
min-width: 75px;
height: 30px;
width: 100%;
}
.clause-table-field field-input {
Defect1711833 (#1370) * keyboard navigation for defects 1722611,1722618 * Fixes for keyboard navigation of add new clause,edit,remove property,insert filter line, remove filter line * Revert "keyboard navigation for defects 1722611,1722618" This reverts commit 9383609a2205b2c407ceb41fc01009eb0d816998. * html,css changes corected after reversion * Revert "html,css changes corected after reversion" This reverts commit 712e0e0c1e9f46da07b65d34140059c477b3248a. * committing changes for the keyboard navigation * format fixes * changes to addcollectionpanel.test.tsx snp file * changes in infotooltip for defct * Revert "changes in infotooltip for defct" This reverts commit ca9833e20860e66b8a46993c23e8b76f76cb645f. * commit for tooltip in defect 1704149 * Revert "commit for tooltip in defect 1704149" This reverts commit 44766e82134d3591ff43c5434218f9c703414b6c. * InfoTooltip changes * update snapshot * defect1722595 Bug 1722595: [Screen readers Azure Cosmos DB Scale& Settings: Screen reader (NVDA) is not announcing status message which is displayed on the screen after radio button is selected under scale tab. * more options in delete entity dialog is not accessible through keyboard * Revert "more options in delete entity dialog is not accessible through keyboard" This reverts commit 23a05ef18e7cce21fc1aa3aef1c1cbcca257d303. * more options in delete entity dialog is not accessible throgh keyboard * remove native html with role='alert' for messagebar * role added for messagebar fluentui component
2023-01-10 16:02:29 +00:00
min-width: 54px;
margin-left: -78px;
height: 25px;
border: none;
}
.query-panel .row .spacing {
Defect1711833 (#1370) * keyboard navigation for defects 1722611,1722618 * Fixes for keyboard navigation of add new clause,edit,remove property,insert filter line, remove filter line * Revert "keyboard navigation for defects 1722611,1722618" This reverts commit 9383609a2205b2c407ceb41fc01009eb0d816998. * html,css changes corected after reversion * Revert "html,css changes corected after reversion" This reverts commit 712e0e0c1e9f46da07b65d34140059c477b3248a. * committing changes for the keyboard navigation * format fixes * changes to addcollectionpanel.test.tsx snp file * changes in infotooltip for defct * Revert "changes in infotooltip for defct" This reverts commit ca9833e20860e66b8a46993c23e8b76f76cb645f. * commit for tooltip in defect 1704149 * Revert "commit for tooltip in defect 1704149" This reverts commit 44766e82134d3591ff43c5434218f9c703414b6c. * InfoTooltip changes * update snapshot * defect1722595 Bug 1722595: [Screen readers Azure Cosmos DB Scale& Settings: Screen reader (NVDA) is not announcing status message which is displayed on the screen after radio button is selected under scale tab. * more options in delete entity dialog is not accessible through keyboard * Revert "more options in delete entity dialog is not accessible through keyboard" This reverts commit 23a05ef18e7cce21fc1aa3aef1c1cbcca257d303. * more options in delete entity dialog is not accessible throgh keyboard * remove native html with role='alert' for messagebar * role added for messagebar fluentui component
2023-01-10 16:02:29 +00:00
padding-bottom: 6px;
}
.query-panel .divider.horizontal {
Defect1711833 (#1370) * keyboard navigation for defects 1722611,1722618 * Fixes for keyboard navigation of add new clause,edit,remove property,insert filter line, remove filter line * Revert "keyboard navigation for defects 1722611,1722618" This reverts commit 9383609a2205b2c407ceb41fc01009eb0d816998. * html,css changes corected after reversion * Revert "html,css changes corected after reversion" This reverts commit 712e0e0c1e9f46da07b65d34140059c477b3248a. * committing changes for the keyboard navigation * format fixes * changes to addcollectionpanel.test.tsx snp file * changes in infotooltip for defct * Revert "changes in infotooltip for defct" This reverts commit ca9833e20860e66b8a46993c23e8b76f76cb645f. * commit for tooltip in defect 1704149 * Revert "commit for tooltip in defect 1704149" This reverts commit 44766e82134d3591ff43c5434218f9c703414b6c. * InfoTooltip changes * update snapshot * defect1722595 Bug 1722595: [Screen readers Azure Cosmos DB Scale& Settings: Screen reader (NVDA) is not announcing status message which is displayed on the screen after radio button is selected under scale tab. * more options in delete entity dialog is not accessible through keyboard * Revert "more options in delete entity dialog is not accessible through keyboard" This reverts commit 23a05ef18e7cce21fc1aa3aef1c1cbcca257d303. * more options in delete entity dialog is not accessible throgh keyboard * remove native html with role='alert' for messagebar * role added for messagebar fluentui component
2023-01-10 16:02:29 +00:00
height: 10px;
width: 100%;
}
.inline-div {
Defect1711833 (#1370) * keyboard navigation for defects 1722611,1722618 * Fixes for keyboard navigation of add new clause,edit,remove property,insert filter line, remove filter line * Revert "keyboard navigation for defects 1722611,1722618" This reverts commit 9383609a2205b2c407ceb41fc01009eb0d816998. * html,css changes corected after reversion * Revert "html,css changes corected after reversion" This reverts commit 712e0e0c1e9f46da07b65d34140059c477b3248a. * committing changes for the keyboard navigation * format fixes * changes to addcollectionpanel.test.tsx snp file * changes in infotooltip for defct * Revert "changes in infotooltip for defct" This reverts commit ca9833e20860e66b8a46993c23e8b76f76cb645f. * commit for tooltip in defect 1704149 * Revert "commit for tooltip in defect 1704149" This reverts commit 44766e82134d3591ff43c5434218f9c703414b6c. * InfoTooltip changes * update snapshot * defect1722595 Bug 1722595: [Screen readers Azure Cosmos DB Scale& Settings: Screen reader (NVDA) is not announcing status message which is displayed on the screen after radio button is selected under scale tab. * more options in delete entity dialog is not accessible through keyboard * Revert "more options in delete entity dialog is not accessible through keyboard" This reverts commit 23a05ef18e7cce21fc1aa3aef1c1cbcca257d303. * more options in delete entity dialog is not accessible throgh keyboard * remove native html with role='alert' for messagebar * role added for messagebar fluentui component
2023-01-10 16:02:29 +00:00
display: inline;
}
.querybuilder-addpropertyImg,
.querybuilder-cancelImg {
Defect1711833 (#1370) * keyboard navigation for defects 1722611,1722618 * Fixes for keyboard navigation of add new clause,edit,remove property,insert filter line, remove filter line * Revert "keyboard navigation for defects 1722611,1722618" This reverts commit 9383609a2205b2c407ceb41fc01009eb0d816998. * html,css changes corected after reversion * Revert "html,css changes corected after reversion" This reverts commit 712e0e0c1e9f46da07b65d34140059c477b3248a. * committing changes for the keyboard navigation * format fixes * changes to addcollectionpanel.test.tsx snp file * changes in infotooltip for defct * Revert "changes in infotooltip for defct" This reverts commit ca9833e20860e66b8a46993c23e8b76f76cb645f. * commit for tooltip in defect 1704149 * Revert "commit for tooltip in defect 1704149" This reverts commit 44766e82134d3591ff43c5434218f9c703414b6c. * InfoTooltip changes * update snapshot * defect1722595 Bug 1722595: [Screen readers Azure Cosmos DB Scale& Settings: Screen reader (NVDA) is not announcing status message which is displayed on the screen after radio button is selected under scale tab. * more options in delete entity dialog is not accessible through keyboard * Revert "more options in delete entity dialog is not accessible through keyboard" This reverts commit 23a05ef18e7cce21fc1aa3aef1c1cbcca257d303. * more options in delete entity dialog is not accessible throgh keyboard * remove native html with role='alert' for messagebar * role added for messagebar fluentui component
2023-01-10 16:02:29 +00:00
width: 14px;
height: 14px;
margin-left: 3px;
margin-bottom: 8px;
}
.addclauseProperty-Img {
Defect1711833 (#1370) * keyboard navigation for defects 1722611,1722618 * Fixes for keyboard navigation of add new clause,edit,remove property,insert filter line, remove filter line * Revert "keyboard navigation for defects 1722611,1722618" This reverts commit 9383609a2205b2c407ceb41fc01009eb0d816998. * html,css changes corected after reversion * Revert "html,css changes corected after reversion" This reverts commit 712e0e0c1e9f46da07b65d34140059c477b3248a. * committing changes for the keyboard navigation * format fixes * changes to addcollectionpanel.test.tsx snp file * changes in infotooltip for defct * Revert "changes in infotooltip for defct" This reverts commit ca9833e20860e66b8a46993c23e8b76f76cb645f. * commit for tooltip in defect 1704149 * Revert "commit for tooltip in defect 1704149" This reverts commit 44766e82134d3591ff43c5434218f9c703414b6c. * InfoTooltip changes * update snapshot * defect1722595 Bug 1722595: [Screen readers Azure Cosmos DB Scale& Settings: Screen reader (NVDA) is not announcing status message which is displayed on the screen after radio button is selected under scale tab. * more options in delete entity dialog is not accessible through keyboard * Revert "more options in delete entity dialog is not accessible through keyboard" This reverts commit 23a05ef18e7cce21fc1aa3aef1c1cbcca257d303. * more options in delete entity dialog is not accessible throgh keyboard * remove native html with role='alert' for messagebar * role added for messagebar fluentui component
2023-01-10 16:02:29 +00:00
width: 14px;
height: 14px;
margin-bottom: 5px;
margin-left: 12px;
}
.entity-Add-Cancel {
Defect1711833 (#1370) * keyboard navigation for defects 1722611,1722618 * Fixes for keyboard navigation of add new clause,edit,remove property,insert filter line, remove filter line * Revert "keyboard navigation for defects 1722611,1722618" This reverts commit 9383609a2205b2c407ceb41fc01009eb0d816998. * html,css changes corected after reversion * Revert "html,css changes corected after reversion" This reverts commit 712e0e0c1e9f46da07b65d34140059c477b3248a. * committing changes for the keyboard navigation * format fixes * changes to addcollectionpanel.test.tsx snp file * changes in infotooltip for defct * Revert "changes in infotooltip for defct" This reverts commit ca9833e20860e66b8a46993c23e8b76f76cb645f. * commit for tooltip in defect 1704149 * Revert "commit for tooltip in defect 1704149" This reverts commit 44766e82134d3591ff43c5434218f9c703414b6c. * InfoTooltip changes * update snapshot * defect1722595 Bug 1722595: [Screen readers Azure Cosmos DB Scale& Settings: Screen reader (NVDA) is not announcing status message which is displayed on the screen after radio button is selected under scale tab. * more options in delete entity dialog is not accessible through keyboard * Revert "more options in delete entity dialog is not accessible through keyboard" This reverts commit 23a05ef18e7cce21fc1aa3aef1c1cbcca257d303. * more options in delete entity dialog is not accessible throgh keyboard * remove native html with role='alert' for messagebar * role added for messagebar fluentui component
2023-01-10 16:02:29 +00:00
// padding: @DefaultSpace @SmallSpace @SmallSpace;
cursor: pointer;
}
.entity-Add-Cancel:hover {
Defect1711833 (#1370) * keyboard navigation for defects 1722611,1722618 * Fixes for keyboard navigation of add new clause,edit,remove property,insert filter line, remove filter line * Revert "keyboard navigation for defects 1722611,1722618" This reverts commit 9383609a2205b2c407ceb41fc01009eb0d816998. * html,css changes corected after reversion * Revert "html,css changes corected after reversion" This reverts commit 712e0e0c1e9f46da07b65d34140059c477b3248a. * committing changes for the keyboard navigation * format fixes * changes to addcollectionpanel.test.tsx snp file * changes in infotooltip for defct * Revert "changes in infotooltip for defct" This reverts commit ca9833e20860e66b8a46993c23e8b76f76cb645f. * commit for tooltip in defect 1704149 * Revert "commit for tooltip in defect 1704149" This reverts commit 44766e82134d3591ff43c5434218f9c703414b6c. * InfoTooltip changes * update snapshot * defect1722595 Bug 1722595: [Screen readers Azure Cosmos DB Scale& Settings: Screen reader (NVDA) is not announcing status message which is displayed on the screen after radio button is selected under scale tab. * more options in delete entity dialog is not accessible through keyboard * Revert "more options in delete entity dialog is not accessible through keyboard" This reverts commit 23a05ef18e7cce21fc1aa3aef1c1cbcca257d303. * more options in delete entity dialog is not accessible throgh keyboard * remove native html with role='alert' for messagebar * role added for messagebar fluentui component
2023-01-10 16:02:29 +00:00
.hover();
}
.entity-Add-Cancel:active {
Defect1711833 (#1370) * keyboard navigation for defects 1722611,1722618 * Fixes for keyboard navigation of add new clause,edit,remove property,insert filter line, remove filter line * Revert "keyboard navigation for defects 1722611,1722618" This reverts commit 9383609a2205b2c407ceb41fc01009eb0d816998. * html,css changes corected after reversion * Revert "html,css changes corected after reversion" This reverts commit 712e0e0c1e9f46da07b65d34140059c477b3248a. * committing changes for the keyboard navigation * format fixes * changes to addcollectionpanel.test.tsx snp file * changes in infotooltip for defct * Revert "changes in infotooltip for defct" This reverts commit ca9833e20860e66b8a46993c23e8b76f76cb645f. * commit for tooltip in defect 1704149 * Revert "commit for tooltip in defect 1704149" This reverts commit 44766e82134d3591ff43c5434218f9c703414b6c. * InfoTooltip changes * update snapshot * defect1722595 Bug 1722595: [Screen readers Azure Cosmos DB Scale& Settings: Screen reader (NVDA) is not announcing status message which is displayed on the screen after radio button is selected under scale tab. * more options in delete entity dialog is not accessible through keyboard * Revert "more options in delete entity dialog is not accessible through keyboard" This reverts commit 23a05ef18e7cce21fc1aa3aef1c1cbcca257d303. * more options in delete entity dialog is not accessible throgh keyboard * remove native html with role='alert' for messagebar * role added for messagebar fluentui component
2023-01-10 16:02:29 +00:00
.active();
}
.query-builder-isDisabled {
Defect1711833 (#1370) * keyboard navigation for defects 1722611,1722618 * Fixes for keyboard navigation of add new clause,edit,remove property,insert filter line, remove filter line * Revert "keyboard navigation for defects 1722611,1722618" This reverts commit 9383609a2205b2c407ceb41fc01009eb0d816998. * html,css changes corected after reversion * Revert "html,css changes corected after reversion" This reverts commit 712e0e0c1e9f46da07b65d34140059c477b3248a. * committing changes for the keyboard navigation * format fixes * changes to addcollectionpanel.test.tsx snp file * changes in infotooltip for defct * Revert "changes in infotooltip for defct" This reverts commit ca9833e20860e66b8a46993c23e8b76f76cb645f. * commit for tooltip in defect 1704149 * Revert "commit for tooltip in defect 1704149" This reverts commit 44766e82134d3591ff43c5434218f9c703414b6c. * InfoTooltip changes * update snapshot * defect1722595 Bug 1722595: [Screen readers Azure Cosmos DB Scale& Settings: Screen reader (NVDA) is not announcing status message which is displayed on the screen after radio button is selected under scale tab. * more options in delete entity dialog is not accessible through keyboard * Revert "more options in delete entity dialog is not accessible through keyboard" This reverts commit 23a05ef18e7cce21fc1aa3aef1c1cbcca257d303. * more options in delete entity dialog is not accessible throgh keyboard * remove native html with role='alert' for messagebar * role added for messagebar fluentui component
2023-01-10 16:02:29 +00:00
border: 1px solid #cccedb;
color: #ccc;
}
.edit-value-text {
Defect1711833 (#1370) * keyboard navigation for defects 1722611,1722618 * Fixes for keyboard navigation of add new clause,edit,remove property,insert filter line, remove filter line * Revert "keyboard navigation for defects 1722611,1722618" This reverts commit 9383609a2205b2c407ceb41fc01009eb0d816998. * html,css changes corected after reversion * Revert "html,css changes corected after reversion" This reverts commit 712e0e0c1e9f46da07b65d34140059c477b3248a. * committing changes for the keyboard navigation * format fixes * changes to addcollectionpanel.test.tsx snp file * changes in infotooltip for defct * Revert "changes in infotooltip for defct" This reverts commit ca9833e20860e66b8a46993c23e8b76f76cb645f. * commit for tooltip in defect 1704149 * Revert "commit for tooltip in defect 1704149" This reverts commit 44766e82134d3591ff43c5434218f9c703414b6c. * InfoTooltip changes * update snapshot * defect1722595 Bug 1722595: [Screen readers Azure Cosmos DB Scale& Settings: Screen reader (NVDA) is not announcing status message which is displayed on the screen after radio button is selected under scale tab. * more options in delete entity dialog is not accessible through keyboard * Revert "more options in delete entity dialog is not accessible through keyboard" This reverts commit 23a05ef18e7cce21fc1aa3aef1c1cbcca257d303. * more options in delete entity dialog is not accessible throgh keyboard * remove native html with role='alert' for messagebar * role added for messagebar fluentui component
2023-01-10 16:02:29 +00:00
padding-left: @DefaultSpace;
}
.expand-triangle {
Defect1711833 (#1370) * keyboard navigation for defects 1722611,1722618 * Fixes for keyboard navigation of add new clause,edit,remove property,insert filter line, remove filter line * Revert "keyboard navigation for defects 1722611,1722618" This reverts commit 9383609a2205b2c407ceb41fc01009eb0d816998. * html,css changes corected after reversion * Revert "html,css changes corected after reversion" This reverts commit 712e0e0c1e9f46da07b65d34140059c477b3248a. * committing changes for the keyboard navigation * format fixes * changes to addcollectionpanel.test.tsx snp file * changes in infotooltip for defct * Revert "changes in infotooltip for defct" This reverts commit ca9833e20860e66b8a46993c23e8b76f76cb645f. * commit for tooltip in defect 1704149 * Revert "commit for tooltip in defect 1704149" This reverts commit 44766e82134d3591ff43c5434218f9c703414b6c. * InfoTooltip changes * update snapshot * defect1722595 Bug 1722595: [Screen readers Azure Cosmos DB Scale& Settings: Screen reader (NVDA) is not announcing status message which is displayed on the screen after radio button is selected under scale tab. * more options in delete entity dialog is not accessible through keyboard * Revert "more options in delete entity dialog is not accessible through keyboard" This reverts commit 23a05ef18e7cce21fc1aa3aef1c1cbcca257d303. * more options in delete entity dialog is not accessible throgh keyboard * remove native html with role='alert' for messagebar * role added for messagebar fluentui component
2023-01-10 16:02:29 +00:00
width: 10px;
height: 10px;
}
.expand-triangle-right {
Defect1711833 (#1370) * keyboard navigation for defects 1722611,1722618 * Fixes for keyboard navigation of add new clause,edit,remove property,insert filter line, remove filter line * Revert "keyboard navigation for defects 1722611,1722618" This reverts commit 9383609a2205b2c407ceb41fc01009eb0d816998. * html,css changes corected after reversion * Revert "html,css changes corected after reversion" This reverts commit 712e0e0c1e9f46da07b65d34140059c477b3248a. * committing changes for the keyboard navigation * format fixes * changes to addcollectionpanel.test.tsx snp file * changes in infotooltip for defct * Revert "changes in infotooltip for defct" This reverts commit ca9833e20860e66b8a46993c23e8b76f76cb645f. * commit for tooltip in defect 1704149 * Revert "commit for tooltip in defect 1704149" This reverts commit 44766e82134d3591ff43c5434218f9c703414b6c. * InfoTooltip changes * update snapshot * defect1722595 Bug 1722595: [Screen readers Azure Cosmos DB Scale& Settings: Screen reader (NVDA) is not announcing status message which is displayed on the screen after radio button is selected under scale tab. * more options in delete entity dialog is not accessible through keyboard * Revert "more options in delete entity dialog is not accessible through keyboard" This reverts commit 23a05ef18e7cce21fc1aa3aef1c1cbcca257d303. * more options in delete entity dialog is not accessible throgh keyboard * remove native html with role='alert' for messagebar * role added for messagebar fluentui component
2023-01-10 16:02:29 +00:00
margin-bottom: 5px;
}
/*
@media only screen and (max-width: 1200px) {
.clause-table {
border-spacing: 0px;
display: table;
width: 100%;
padding-top: 10px;
}
Defect1711833 (#1370) * keyboard navigation for defects 1722611,1722618 * Fixes for keyboard navigation of add new clause,edit,remove property,insert filter line, remove filter line * Revert "keyboard navigation for defects 1722611,1722618" This reverts commit 9383609a2205b2c407ceb41fc01009eb0d816998. * html,css changes corected after reversion * Revert "html,css changes corected after reversion" This reverts commit 712e0e0c1e9f46da07b65d34140059c477b3248a. * committing changes for the keyboard navigation * format fixes * changes to addcollectionpanel.test.tsx snp file * changes in infotooltip for defct * Revert "changes in infotooltip for defct" This reverts commit ca9833e20860e66b8a46993c23e8b76f76cb645f. * commit for tooltip in defect 1704149 * Revert "commit for tooltip in defect 1704149" This reverts commit 44766e82134d3591ff43c5434218f9c703414b6c. * InfoTooltip changes * update snapshot * defect1722595 Bug 1722595: [Screen readers Azure Cosmos DB Scale& Settings: Screen reader (NVDA) is not announcing status message which is displayed on the screen after radio button is selected under scale tab. * more options in delete entity dialog is not accessible through keyboard * Revert "more options in delete entity dialog is not accessible through keyboard" This reverts commit 23a05ef18e7cce21fc1aa3aef1c1cbcca257d303. * more options in delete entity dialog is not accessible throgh keyboard * remove native html with role='alert' for messagebar * role added for messagebar fluentui component
2023-01-10 16:02:29 +00:00
}*/