Skip to content
Snippets Groups Projects
Commit f6259d6b authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Keep button green also when in focus

parent 7fba814d
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ a.nav-link{
border-color: #3d8052;
}
.btn-primary, .btn-primary:hover {
.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary.focus {
background-color: #3d8052;
border-color: #3d8052;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment