Commit 33941ad8 authored by rbpotter's avatar rbpotter Committed by Commit Bot

Print Preview Duplex Dropdown: Tweak icon position and size

Increasing side padding to 8px from 4px, and decreasing icon size from
20px to 16px, per UX input.

Bug: 934061
Change-Id: Iab5761e7be3b5933a4481200a4de2f07b1f72c58
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1540068Reviewed-by: default avatarEsmael El-Moslimany <aee@chromium.org>
Commit-Queue: Rebekah Potter <rbpotter@chromium.org>
Cr-Commit-Position: refs/heads/master@{#644511}
parent 0dedecd8
...@@ -16,8 +16,8 @@ ...@@ -16,8 +16,8 @@
<template> <template>
<style include="print-preview-shared cr-hidden-style md-select"> <style include="print-preview-shared cr-hidden-style md-select">
:host { :host {
--duplex-icon-side-padding: 4px; --duplex-icon-side-padding: 8px;
--duplex-icon-size: 20px; --duplex-icon-size: 16px;
} }
.md-select { .md-select {
......
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