Enhance accessibility and focus styles for Notification Console component (#2066)

Co-authored-by: Satyapriya Bai <v-satybai@microsoft.com>
This commit is contained in:
SATYA SB
2025-03-11 12:28:44 +05:30
committed by GitHub
parent b5d7423849
commit ced2725476
4 changed files with 18 additions and 24 deletions

View File

@@ -248,6 +248,10 @@
outline: 1px dashed @FocusColor;
}
.focusedBorder() {
border: 1px dashed @FocusColor;
}
/************************************************************************************************
Common Toggle Switch
*************************************************************************************************/