diff options
author | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-04 03:56:33 +0000 |
---|---|---|
committer | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-04 03:56:33 +0000 |
commit | 70ffba2fc78a2a68c27f7439adf31daa313d8e06 (patch) | |
tree | 6ccd20995bec65e6af2fd33e476e76c66244055c /chrome/browser/resources/ntp4/nav_dot.css | |
parent | 747730039be50c9fbc82ba30d45ac92b7d08e220 (diff) | |
download | chromium_src-70ffba2fc78a2a68c27f7439adf31daa313d8e06.zip chromium_src-70ffba2fc78a2a68c27f7439adf31daa313d8e06.tar.gz chromium_src-70ffba2fc78a2a68c27f7439adf31daa313d8e06.tar.bz2 |
ntp4: re-add a css change
I believe this was lost in some local merge. It prevents the default focus indicator for nav dots.
BUG=none
TEST=manual
Review URL: http://codereview.chromium.org/7545026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95384 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources/ntp4/nav_dot.css')
-rw-r--r-- | chrome/browser/resources/ntp4/nav_dot.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/resources/ntp4/nav_dot.css b/chrome/browser/resources/ntp4/nav_dot.css index 87d5a53..429396c 100644 --- a/chrome/browser/resources/ntp4/nav_dot.css +++ b/chrome/browser/resources/ntp4/nav_dot.css @@ -22,6 +22,7 @@ box-sizing: border-box; cursor: pointer; max-width: 80px; + outline: none; text-align: left; -webkit-box-flex: 1; -webkit-margin-end: 10px; |