Commit 0e509e95 authored by rbpotter's avatar rbpotter Committed by Commit Bot

Print Preview: Fix more settings styling when disabled

- Remove underline
- Use default cursor since the button is not clickable when disabled.

Bug: 875800
Change-Id: Id01f15cbde8afeb7a0e5341e4e04fd91c3b00ea0
Reviewed-on: https://chromium-review.googlesource.com/1182451Reviewed-by: default avatarScott Chen <scottchen@chromium.org>
Commit-Queue: Rebekah Potter <rbpotter@chromium.org>
Cr-Commit-Position: refs/heads/master@{#585294}
parent f31df567
......@@ -12,6 +12,10 @@
margin: 10px auto 0;
}
:host([disabled]) {
pointer-events: none;
}
:host button {
align-items: center;
background-color: #f6f6f6;
......
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