Commit b0a2a836f5cf257fd4e63ce55764d8c6da8c6974
1 parent
143a711b
Exists in
master
and in
8 other branches
pequenas melhorias no contraste
Showing
1 changed file
with
9 additions
and
2 deletions
Show diff stats
sass/_accessibility.scss
... | ... | @@ -176,7 +176,6 @@ |
176 | 176 | .contrast .category-educacao, |
177 | 177 | .contrast .category-seguranca-publica, |
178 | 178 | .contrast #proposal-categories .proposal-item .item, |
179 | -// .contrast #proposal-group .proposal-item .item, | |
180 | 179 | .contrast .make-proposal, |
181 | 180 | .contrast .support-proposal, |
182 | 181 | .contrast .experience-proposal, |
... | ... | @@ -184,6 +183,10 @@ |
184 | 183 | border: 1px solid #000 !important; |
185 | 184 | } |
186 | 185 | |
186 | +.contrast #proposal-group .proposal-item .item { | |
187 | + border: none; | |
188 | +} | |
189 | + | |
187 | 190 | .contrast #proposal-categories, |
188 | 191 | .contrast #proposal-group { |
189 | 192 | border-top: 1px solid #fff !important; |
... | ... | @@ -255,7 +258,11 @@ |
255 | 258 | /*----------------------- ELEMENTOS MOUSE HOVER ---------------------- */ |
256 | 259 | .contrast #proposal-group .proposal-item:hover{ |
257 | 260 | color: #fff !important; |
258 | - background: #000 !important; | |
261 | + background: #000 !important; | |
262 | + | |
263 | + .category li { | |
264 | + border: 1px solid #fff !important; | |
265 | + } | |
259 | 266 | } |
260 | 267 | |
261 | 268 | .contrast .send-proposal-button.send-button > a:hover, | ... | ... |