Commit 15d5b7cb8d131d6740651800c6d576746083d69a

Authored by Leonardo Merlin
1 parent 90ebf843

Fix #183

Showing 1 changed file with 5 additions and 4 deletions   Show diff stats
sass/_proposal_detail.scss
@@ -202,14 +202,14 @@ @@ -202,14 +202,14 @@
202 background: $color; 202 background: $color;
203 // background: $color url(images/black-alpha.png); 203 // background: $color url(images/black-alpha.png);
204 // border-top: 5px solid $color; 204 // border-top: 5px solid $color;
205 - transition: box-shadow .2s; 205 + transition: background .2s;
206 206
207 &:hover, 207 &:hover,
208 &:focus { 208 &:focus {
209 background-color: saturate( lighten($color, 5%), 10% ); 209 background-color: saturate( lighten($color, 5%), 10% );
210 - -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.5);  
211 - -moz-box-shadow: 0 2px 5px rgba(0,0,0,.5);  
212 - box-shadow: 0 2px 5px rgba(0,0,0,.5); 210 + // -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.5);
  211 + // -moz-box-shadow: 0 2px 5px rgba(0,0,0,.5);
  212 + // box-shadow: 0 2px 5px rgba(0,0,0,.5);
213 213
214 span { 214 span {
215 background-color: saturate( lighten($color, 5%), 10% ); 215 background-color: saturate( lighten($color, 5%), 10% );
@@ -223,6 +223,7 @@ @@ -223,6 +223,7 @@
223 span { 223 span {
224 background: $color; 224 background: $color;
225 // background: $color url(images/black-alpha.png); 225 // background: $color url(images/black-alpha.png);
  226 + transition: background .2s;
226 } 227 }
227 } 228 }
228 } 229 }