Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(561)

Unified Diff: chrome/browser/resources/options/cookies_view.css

Issue 521643003: Fixed a11y tab handling on cookies settings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/resources/options/cookies_list.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/cookies_view.css
diff --git a/chrome/browser/resources/options/cookies_view.css b/chrome/browser/resources/options/cookies_view.css
index ab7a62c1c7fba8223087a60b407987faa9055956..2377e57b1bf7a40ab9afa5df217db1ad7cd1401c 100644
--- a/chrome/browser/resources/options/cookies_view.css
+++ b/chrome/browser/resources/options/cookies_view.css
@@ -116,6 +116,7 @@ list.cookie-list > .deletable-item[selected] .cookie-data {
-webkit-margin-start: 14em;
-webkit-padding-start: 7px;
-webkit-transition: 150ms ease-in-out;
+ display: none;
height: 0;
opacity: 0;
/* Make the cookie items wrap correctly. */
@@ -129,6 +130,7 @@ list.cookie-list > .deletable-item[selected] .cookie-data {
}
.show-items .cookie-items {
+ display: block;
opacity: 1;
}
« no previous file with comments | « chrome/browser/resources/options/cookies_list.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698