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 { ...@@ -62,6 +62,10 @@ button.paper {
transition-timing-function: cubic-bezier(.4, 0, .2, 1); transition-timing-function: cubic-bezier(.4, 0, .2, 1);
} }
button.paper:not(:disabled) {
cursor: pointer;
}
button.paper:disabled { button.paper:disabled {
transition: none; transition: none;
} }
......
...@@ -834,13 +834,13 @@ html[dir=rtl] #error-notice.has-link #error-notice-msg { ...@@ -834,13 +834,13 @@ html[dir=rtl] #error-notice.has-link #error-notice-msg {
.menu-option { .menu-option {
border-radius: 0 16px 16px 0; border-radius: 0 16px 16px 0;
cursor: pointer;
font-size: 14px; font-size: 14px;
height: 32px; height: 32px;
left: 0; left: 0;
line-height: 32px; line-height: 32px;
margin-bottom: 16px; margin-bottom: 16px;
outline: none; outline: none;
user-select: none;
width: 192px; width: 192px;
} }
...@@ -1028,6 +1028,7 @@ html[dir=rtl] .menu-option { ...@@ -1028,6 +1028,7 @@ html[dir=rtl] .menu-option {
#customization-menu .bg-sel-tile { #customization-menu .bg-sel-tile {
background-position: center; background-position: center;
border-radius: 4px; border-radius: 4px;
cursor: pointer;
} }
#customization-menu .bg-sel-tile-title { #customization-menu .bg-sel-tile-title {
...@@ -1082,6 +1083,7 @@ html[dir=rtl] .menu-option { ...@@ -1082,6 +1083,7 @@ html[dir=rtl] .menu-option {
-webkit-mask-repeat: no-repeat; -webkit-mask-repeat: no-repeat;
-webkit-mask-size: 20px; -webkit-mask-size: 20px;
background-color: rgb(var(--GG900-rgb)); background-color: rgb(var(--GG900-rgb));
cursor: pointer;
height: 20px; height: 20px;
margin-inline-start: 8px; margin-inline-start: 8px;
margin-top: 8px; margin-top: 8px;
...@@ -1260,6 +1262,7 @@ html[dir=rtl] #customization-menu .bg-sel-tile .selected-check { ...@@ -1260,6 +1262,7 @@ html[dir=rtl] #customization-menu .bg-sel-tile .selected-check {
border: 1px solid rgb(var(--GG300-rgb)); border: 1px solid rgb(var(--GG300-rgb));
border-radius: 4px; border-radius: 4px;
box-sizing: border-box; box-sizing: border-box;
cursor: pointer;
height: 176px; height: 176px;
position: relative; position: relative;
width: 268px; 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