Commit a4710216 authored by dbeam's avatar dbeam Committed by Commit bot

MD Setting: drop changes to background-color on :hover

R=stevenjb@chromium.org
BUG=630067
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation
NOTRY=true  # android bots keep failing, this code doesn't even run on android...

Review-Url: https://codereview.chromium.org/2164223002
Cr-Commit-Position: refs/heads/master@{#407007}
parent 4dced320
...@@ -19,10 +19,6 @@ ...@@ -19,10 +19,6 @@
height: 34px; height: 34px;
} }
.user:hover {
background-color: #f0f0f0;
}
.user-list { .user-list {
border: 1px solid gray; border: 1px solid gray;
height: 160px; height: 160px;
......
...@@ -31,7 +31,6 @@ ...@@ -31,7 +31,6 @@
margin-top: 4px; margin-top: 4px;
}; };
--settings-error-color: var(--paper-red-700); --settings-error-color: var(--paper-red-700);
--settings-hover-color: var(--google-grey-300);
/* Some colors use non-MD colors. These custom colors are specified by /* Some colors use non-MD colors. These custom colors are specified by
* UX design (bettes@). */ * UX design (bettes@). */
......
...@@ -79,11 +79,6 @@ ...@@ -79,11 +79,6 @@
@apply(--settings-actionable); @apply(--settings-actionable);
} }
iron-dropdown .dropdown-content .dropdown-item:hover,
iron-dropdown .dropdown-content paper-item:hover {
background-color: var(--settings-hover-color);
}
span ~ a { span ~ a {
-webkit-margin-start: 4px; -webkit-margin-start: 4px;
} }
......
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