mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACS-7555] Added blue outline to focused checkboxes (#3813)
This commit is contained in:
@@ -18,14 +18,21 @@
|
||||
.mat-button-focus-overlay {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.mat-mdc-checkbox-ripple {
|
||||
.mdc-checkbox__native-control:not(.mdc-checkbox--selected):focus {
|
||||
& ~ .mat-mdc-checkbox-ripple {
|
||||
@include rounded-outline;
|
||||
|
||||
height: 22px;
|
||||
width: 22px;
|
||||
left: calc(50% - 11px);
|
||||
left: calc(50% - 12px);
|
||||
top: calc(50% - 11px);
|
||||
display: block;
|
||||
}
|
||||
|
||||
& ~ .mdc-checkbox__background {
|
||||
opacity: 0.57;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user