Skip to content

Commit

Permalink
Merge pull request #2227 from jenkinsci/FIX-JENKINS-33930]
Browse files Browse the repository at this point in the history
JENKINS-33930 focus color for delete
  • Loading branch information
daniel-beck committed Apr 6, 2016
2 parents e6df9f5 + 99e482b commit c403e88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions war/src/main/js/widgets/config/tabbar.less
Expand Up @@ -315,9 +315,11 @@
color: @light-backgrond;
border: 1px solid @danger-line;
}
button:focus,
button:hover{
background-color: @danger-dark;
border-color:@danger-dark-line;
color:@brightest;
}
button:before{
content: 'X';
Expand Down

0 comments on commit c403e88

Please sign in to comment.