@@ -440,25 +440,25 @@ ul.dso-edit-menu-dropdown>li .nav-item.nav-link {
440440 }
441441 }
442442
443- & .btn-secondary {
444- & :focus {
445- outline-color : darken ($secondary , 20% );
446- }
447- }
443+ // &.btn-secondary {
444+ // &:focus {
445+ // outline-color: darken($secondary, 20%);
446+ // }
447+ // }
448448
449449 & .btn-danger :focus , & .btn-outline-danger :focus {
450450 outline-color : darken ($danger , 20% );
451451 }
452452
453- & .btn-primary :focus , & .btn-outline-primary :focus {
454- outline-color : darken ($primary , 5% );
455- }
453+ // &.btn-primary:focus, &.btn-outline-primary:focus {
454+ // outline-color: darken($primary, 5%);
455+ // }
456456}
457457
458458dynamic-ng-bootstrap-checkbox .custom-control-input :focus ~ .custom-control-label ::before {
459- outline : 2px solid $gray-700 !important ;
460459 box-shadow : none !important ;
461- outline-offset : 2px !important ;
460+ // outline: 2px solid $gray-700 !important;
461+ // outline-offset: 2px !important;
462462}
463463
464464dynamic-ng-bootstrap-checkbox .custom-control-label ::before {
@@ -488,8 +488,8 @@ ngb-accordion {
488488 }
489489 & :focus {
490490 box-shadow : none ;
491- outline : 2px solid lighten ($gray-700 , 10% );
492- outline-offset : 2px !important ;
491+ // outline: 2px solid lighten($gray-700, 10%);
492+ // outline-offset: 2px !important;
493493 }
494494}
495495
0 commit comments