Skip to content

Commit 138f3fa

Browse files
committed
removed double outline/border on buttons and input fields
1 parent 25521fa commit 138f3fa

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

src/styles/_global-styles.scss

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -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

458458
dynamic-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

464464
dynamic-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

Comments
 (0)