Skip to content

Commit

Permalink
Minor css improvement to metrics buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
laurenwalker committed Jul 22, 2020
1 parent a6929d2 commit 0d11f2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/css/metacatui-common.css
Expand Up @@ -2330,7 +2330,8 @@ Non-clickable (Disabled) button styling for metrics views
a.btn.metrics-button-disabled {
width: 164px;
color: #777;
border-color: #777;
border-color: #CCC;
background-color: #efefef;
cursor: default;
}
a.btn.metrics-button-disabled:hover{
Expand Down

0 comments on commit 0d11f2b

Please sign in to comment.