Commit aa82dfebb56ef1c1e777e7556bb80505db2f63ed

Authored by Leandro Santos
1 parent 457d1bb2

closes #424

Showing 1 changed file with 3 additions and 12 deletions   Show diff stats
src/app/index.scss
@@ -120,26 +120,17 @@ body { @@ -120,26 +120,17 @@ body {
120 border-right: 0; 120 border-right: 0;
121 border-top: 0; 121 border-top: 0;
122 border-radius: 6px; 122 border-radius: 6px;
  123 + background-color: #5e739d;
  124 + border-bottom: 3px solid #45506e;
123 125
124 -webkit-transition: all $time ease-in-out; 126 -webkit-transition: all $time ease-in-out;
125 -moz-transition: all $time ease-in-out; 127 -moz-transition: all $time ease-in-out;
126 -o-transition: all $time ease-in-out; 128 -o-transition: all $time ease-in-out;
127 transition: all $time ease-in-out; 129 transition: all $time ease-in-out;
128 130
129 - @each $category, $color in $categories {  
130 - .#{$category} & {  
131 - background-color: $color;  
132 - border-bottom: 3px solid map-get($categories-complementary-2, $category);  
133 - }  
134 - }  
135 -  
136 &:hover, 131 &:hover,
137 &:focus { 132 &:focus {
138 - @each $category, $color in $categories {  
139 - .#{$category} & {  
140 - background-color: map-get($categories-complementary-2, $category);  
141 - }  
142 - } 133 + background-color: #45506e;
143 } 134 }
144 135
145 .contraste & { 136 .contraste & {