Skip to content

Commit 9bf390c

Browse files
committed
Comento el efecto de ponerle un borde al hacer focus en un botón (se veía feo)
1 parent 2fe7d77 commit 9bf390c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/styles/_global-styles.scss

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -425,12 +425,12 @@ ul.dso-edit-menu-dropdown>li .nav-item.nav-link {
425425
}
426426

427427
.btn {
428-
&:focus {
429-
outline-offset: 2px !important;
430-
outline-style: solid !important;
431-
outline-width: 2px !important;
432-
box-shadow: none !important;
433-
}
428+
// &:focus {
429+
// outline-offset: 2px !important;
430+
// outline-style: solid !important;
431+
// outline-width: 2px !important;
432+
// box-shadow: none !important;
433+
// }
434434

435435
&:disabled {
436436
opacity: 0.7;

0 commit comments

Comments
 (0)