[common] Update bootstrap (Fix focus style of buttons)

This commit is contained in:
JuliaSvinareva 2020-12-02 20:00:38 +03:00
parent 129abebdab
commit fd37831b46

View file

@ -44,6 +44,7 @@
&:focus {
outline: 0;
outline-offset: 0;
box-shadow: none;
}
&:active, &.active {
@ -74,6 +75,7 @@
&:focus,
&.focus {
outline: none;
box-shadow: none;
}
}