Skip to content

Commit

Permalink
fix(get-started): fix shadow on hovering over source code button
Browse files Browse the repository at this point in the history
Related to CAM-8411
  • Loading branch information
siffogh committed Nov 9, 2017
1 parent 03eaf48 commit 505fb2e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions styles/_content.less
Expand Up @@ -367,6 +367,11 @@ pre.console {
p {
margin-bottom: 0;
}
a:hover,
a:focus {
text-shadow: none;
box-shadow: none;
}
}

.panel-body {
Expand Down

0 comments on commit 505fb2e

Please sign in to comment.