Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 0504395

Browse files
marcin-wosinekpetebacondarwin
authored andcommitted
docs(design): highlight source button when focused
1 parent 3831de8 commit 0504395

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/app/assets/css/docs.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -546,10 +546,10 @@ h4 {
546546
margin-left:10px;
547547
}
548548

549-
.btn:hover {
550-
color:black!important;
549+
.btn:hover, .btn:focus {
550+
color: black!important;
551551
border: 1px solid #ddd!important;
552-
background:white!important;
552+
background: white!important;
553553
}
554554

555555
.view-source, .improve-docs {

0 commit comments

Comments
 (0)