Skip to content

Commit

Permalink
[4.0] configuration tab background (#22505)
Browse files Browse the repository at this point in the history
* [4.0] configuration tab background

Small tweak to the background colour of the active color to increase the contrast between active and non-active tabs

* Revert "[4.0] configuration tab background"

This reverts commit 79c640e.

Do the work in the variaables.scss

* make the change in a variable

* oops
  • Loading branch information
brianteeman authored and wilsonge committed Oct 15, 2018
1 parent 6ffdb72 commit 08d44f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion administrator/templates/atum/scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ $dropdown-spacer: 0;
// Tabs
$nav-tabs-border-width: 0;
$nav-tabs-border-radius: 0;
$nav-tabs-link-active-bg: rgba($black, .1);
$nav-tabs-link-active-bg: rgba($black, .2);

// Tables
$table-border-width: 1px;
Expand Down

0 comments on commit 08d44f6

Please sign in to comment.