removing outlines on a few key elements (#11372)

This commit is contained in:
Evan Rusackas 2020-10-21 22:02:54 -07:00 committed by GitHub
parent a366a340df
commit 6c5da18926
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -22,6 +22,14 @@
@datasource-sql-expression-width: 315px;
span,
div,
i {
&:focus {
outline: none;
}
}
.alert.alert-danger > .debugger {
color: @danger;
}