mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-09 06:04:46 +08:00
Remove on focus outline from bootstrap btn sitewide [SCI-8344] (#5338)
This commit is contained in:
parent
c4a0ebeadf
commit
ea2b29ff55
1 changed files with 4 additions and 0 deletions
4
app/assets/stylesheets/extend/bootstrap.scss
vendored
4
app/assets/stylesheets/extend/bootstrap.scss
vendored
|
@ -151,3 +151,7 @@
|
|||
@include font-button;
|
||||
}
|
||||
}
|
||||
|
||||
.btn:active:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue