/****************************************************************************
	Style of the RTA Add Fields Dialog  - Horizon High Contrast White theme
*****************************************************************************/
.sapUiRtaMode {
	.sapUIRtaFieldRepositoryDialog {
		.sapMBtn:focus {
			> .sapMFocusable {
				outline-offset: -0.125rem; //2px
				&.sapMBtnEmphasized {
					border: 0.125rem solid transparent;
				}
			}
		}
	}
}