Adjust 'inline' checkbox per PR feedback.

This commit is contained in:
derv82 2017-12-04 22:08:33 -08:00
parent 3467d7e58b
commit edbabb124a
2 changed files with 3 additions and 8 deletions

View File

@ -167,7 +167,7 @@
<div id="find-styles">
<a id="find-styles-link" i18n-text="findStylesForSite"></a>
<span id="find-styles-inline-group">
<label>
<label id="find-styles-inline-label">
<input id="find-styles-inline" class="checker" type="checkbox" checked />
<svg class="svg-icon checked" viewBox="0 0 1000 1000">
<path fill-rule="evenodd" d="M983.2,184.3L853,69.8c-4-3.5-9.3-5.3-14.5-5c-5.3,0.4-10.3,2.8-13.8,6.8L352.3,609.2L184.4,386.9c-3.2-4.2-8-7-13.2-7.8c-5.3-0.8-10.6,0.6-14.9,3.9L18,487.5c-8.8,6.7-10.6,19.3-3.9,28.1L325,927.2c3.6,4.8,9.3,7.7,15.3,8c0.2,0,0.5,0,0.7,0c5.8,0,11.3-2.5,15.1-6.8L985,212.6C992.3,204.3,991.5,191.6,983.2,184.3z"/>

View File

@ -112,12 +112,7 @@ body.search-results-shown {
text-align: center;
}
#find-styles-inline-group input[type="checkbox"],
#find-styles-inline-group .svg-icon.checked {
#find-styles-inline-group label {
position: relative;
}
#find-styles-inline-group .svg-icon.checked {
margin-left: -13px;
margin-right: 2px;
padding-left: 16px;
}