Commit f686f5ee authored by estade@chromium.org's avatar estade@chromium.org

[uber] disabled .link-button css

BUG=none
TEST=none

Review URL: https://chromiumcodereview.appspot.com/9564036

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124523 0039d316-1c4b-4281-b951-d872f2087c98
parent 675defab
......@@ -73,8 +73,7 @@ input[type='search']:not(.custom-appearance):not(.link-button):focus {
outline-color: rgb(64, 128, 250);
}
.link-button,
.link-button:focus {
.link-button {
-webkit-box-shadow: none;
background: transparent none;
border: none;
......@@ -95,3 +94,9 @@ input[type='search']:not(.custom-appearance):not(.link-button):focus {
color: rgb(5, 37, 119);
text-decoration: underline;
}
.link-button[disabled] {
color: #888;
cursor: default;
text-decoration: none;
}
......@@ -76,20 +76,6 @@ input[type=checkbox] ~ span {
color: #444;
}
/* Focus for all inputs. */
button:not(.custom-appearance):focus,
input:not(.custom-appearance):focus,
select:not(.custom-appearance):focus {
-webkit-box-shadow: inset 0 1px 2px white,
0 1px 2px rgba(0, 0, 0, .2),
0 0 1px #c0c0c0,
0 0 1px #c0c0c0,
0 0 1px #c0c0c0;
-webkit-transition: border-color 200ms;
border-color: rgb(64, 128, 250);
outline: none;
}
/* TEXT */
/* TODO(estade): add more types here? */
input[type='password'],
......
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