Skip to content

Commit

Permalink
Merge pull request #237 from KPMP/KPMP-4862_remove-blue-flash
Browse files Browse the repository at this point in the history
remove focus color
  • Loading branch information
rlreamy authored Dec 19, 2023
2 parents aea71e7 + 4a864c5 commit 9f04afa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -545,6 +545,10 @@ th[title='Pixels Type'], th[title='Pixels Type'] + td {
border-color: white !important;
}

.dropdown-item:active, .dropdown-item:focus{
background-color: #dee2e6 !important;
}

.nav-link{
color: rgba(0,0,0,.55)
}

0 comments on commit 9f04afa

Please sign in to comment.