Commit 6b26b5fb authored by hirono@chromium.org's avatar hirono@chromium.org

Files.app: Update CSS to align checkbox

BUG=245164

Review URL: https://chromiumcodereview.appspot.com/16194012

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203135 0039d316-1c4b-4281-b951-d872f2087c98
parent 8c7a669a
......@@ -1755,6 +1755,10 @@ body[new-ui] #list-container li.table-row .file-checkbox {
width: 15px;
}
body[new-ui] #list-container li.table-row .file-checkbox {
vertical-align: top;
}
body[new-ui] #list-container .table-header #select-all-checkbox::after,
body[new-ui] #list-container li.table-row .file-checkbox::after {
content: none;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment