Skip to content

Commit

Permalink
Style: fix state-success-bg change that was not reverted during 5fd4daf
Browse files Browse the repository at this point in the history
  • Loading branch information
carlfeberhard committed Nov 19, 2015
1 parent d2bab13 commit a3fee08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/galaxy/style/less/galaxy_bootstrap/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@
@state-danger-border: darken(@state-danger-bg, @border-darken-percent);

@state-success-text: darken(@brand-success, @state-text-darken-percent);
@state-success-bg: saturate(lighten(@brand-success, @state-bg-lighten-percent, relative),@state-bg-saturate-percent);
@state-success-bg: saturate(lighten(@brand-success, @state-bg-lighten-percent),@state-bg-saturate-percent);
@state-success-border: darken(@state-success-bg, @border-darken-percent);

@state-info-text: darken(@brand-info, @state-text-darken-percent);
Expand Down

0 comments on commit a3fee08

Please sign in to comment.