mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 11:16:39 -05:00
Remove outlines from selectable elements
This commit is contained in:
parent
096e70b371
commit
61ca7022fb
1 changed files with 4 additions and 0 deletions
4
resources/assets/less/app.less
vendored
4
resources/assets/less/app.less
vendored
|
@ -22,6 +22,10 @@ body {
|
|||
color: @c_text;
|
||||
}
|
||||
|
||||
* {
|
||||
outline: none !important;
|
||||
}
|
||||
|
||||
body.index {
|
||||
.container {
|
||||
.content {
|
||||
|
|
Loading…
Reference in a new issue