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

Unified Diff: third_party/WebKit/Source/devtools/front_end/help/releaseNote.css

Issue 2881453003: DevTools: update buttons to new style (Closed)
Patch Set: fix test Created 3 years, 6 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
Index: third_party/WebKit/Source/devtools/front_end/help/releaseNote.css
diff --git a/third_party/WebKit/Source/devtools/front_end/help/releaseNote.css b/third_party/WebKit/Source/devtools/front_end/help/releaseNote.css
index b49054e6617586ed26a3ee1959c2192d2e70af9b..d7e4352c6c95c129a0c815fd6e2f1f6c20392c05 100644
--- a/third_party/WebKit/Source/devtools/front_end/help/releaseNote.css
+++ b/third_party/WebKit/Source/devtools/front_end/help/releaseNote.css
@@ -66,21 +66,9 @@
color: #999;
}
-.release-note-action-container > button,
-.release-note-action-container > button:hover {
- margin: 10px 20px;
- background: none;
- border: none;
- font-weight: 500;
- text-transform: uppercase;
+.release-note-action-container > button {
+ margin: 10px 0 20px 20px;
color: #757575;
- font-size: 13px;
- box-shadow: none;
-}
-
-.release-note-action-container > button:hover {
- cursor: pointer;
- color: #666;
}
.release-note-action-container {

Powered by Google App Engine
This is Rietveld 408576698