Add check icon to language selection state. Resolves GH-41

This commit is contained in:
Andrew Sliwinski 2016-03-24 14:03:49 -04:00
parent 6502ec4581
commit 8254d0ed4d
2 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40"><path d="M34.8 19.9c0 8.1-6.6 14.8-14.8 14.8-8.2 0-14.8-6.6-14.8-14.8 0-8.2 6.6-14.8 14.8-14.8 8.2.1 14.8 6.7 14.8 14.8z" fill="#f9a737"/><path d="M14.5 16.7s.9-.2 1.6.5c.6.7 2.7 2.9 3.3 5.2 2.6-5 7.2-10.2 7.2-10.2l.5 1s-4.7 8.2-5.8 12.9c-1.7 1.1-4.7 1.4-4.7 1.4s-2.6-8.2-5-9c.5-.8 2.9-1.8 2.9-1.8z" fill="#fff"/><path d="M20 1.7C10 1.7 1.8 9.9 1.8 19.9 1.8 30 10 38.1 20 38.1s18.2-8.2 18.2-18.2S30 1.7 20 1.7zm0 33c-8.2 0-14.8-6.6-14.8-14.8 0-8.2 6.6-14.8 14.8-14.8 8.2 0 14.8 6.6 14.8 14.8 0 8.2-6.6 14.8-14.8 14.8z" fill="#fff"/></svg>

After

Width:  |  Height:  |  Size: 621 B

View file

@ -311,6 +311,17 @@ div.localizationselect.selected {
background-color: #F9A737;
}
div.localizationselect.selected:after {
display: block;
content: ' ';
background-image: url('../assets/ui/languageConfirm.svg');
background-size: 45px 45px;
height: 45px;
width: 45px;
margin-left: 252px;
margin-top: -82px;
}
/* footer */
#footer {