Commit 06768185 authored by Kristi Park's avatar Kristi Park Committed by Commit Bot

[NTP] Show pointer when hovering over selectable items in richer picker

Change-Id: Ib0a2a79f3a1b60f212911b8e95701b5d3d7c027f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1691681Reviewed-by: default avatarKyle Milka <kmilka@chromium.org>
Commit-Queue: Kristi Park <kristipark@chromium.org>
Cr-Commit-Position: refs/heads/master@{#675811}
parent 924cc50e
......@@ -62,6 +62,10 @@ button.paper {
transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}
button.paper:not(:disabled) {
cursor: pointer;
}
button.paper:disabled {
transition: none;
}
......
......@@ -834,13 +834,13 @@ html[dir=rtl] #error-notice.has-link #error-notice-msg {
.menu-option {
border-radius: 0 16px 16px 0;
cursor: pointer;
font-size: 14px;
height: 32px;
left: 0;
line-height: 32px;
margin-bottom: 16px;
outline: none;
user-select: none;
width: 192px;
}
......@@ -1028,6 +1028,7 @@ html[dir=rtl] .menu-option {
#customization-menu .bg-sel-tile {
background-position: center;
border-radius: 4px;
cursor: pointer;
}
#customization-menu .bg-sel-tile-title {
......@@ -1082,6 +1083,7 @@ html[dir=rtl] .menu-option {
-webkit-mask-repeat: no-repeat;
-webkit-mask-size: 20px;
background-color: rgb(var(--GG900-rgb));
cursor: pointer;
height: 20px;
margin-inline-start: 8px;
margin-top: 8px;
......@@ -1260,6 +1262,7 @@ html[dir=rtl] #customization-menu .bg-sel-tile .selected-check {
border: 1px solid rgb(var(--GG300-rgb));
border-radius: 4px;
box-sizing: border-box;
cursor: pointer;
height: 176px;
position: relative;
width: 268px;
......
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