mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[ACS-10199] Add visible focus to the details tabs (#11335)
This commit is contained in:
@@ -83,6 +83,12 @@
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
&:focus-visible {
|
||||
outline: 2px solid var(--theme-blue-button-color);
|
||||
border-radius: 4px;
|
||||
outline-offset: -2px;
|
||||
}
|
||||
|
||||
&--active {
|
||||
color: var(--theme-primary-color);
|
||||
background-color: var(--adf-theme-background-card-color);
|
||||
|
||||
Reference in New Issue
Block a user