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

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

Issue 2881453003: DevTools: update buttons to new style (Closed)
Patch Set: a Created 3 years, 7 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 e09c204a6bd9e74ba5a49e0c70397ee8da7d61a2..2cb1aeca3e1d20e01f6de68e469659e6484e44c2 100644
--- a/third_party/WebKit/Source/devtools/front_end/help/releaseNote.css
+++ b/third_party/WebKit/Source/devtools/front_end/help/releaseNote.css
@@ -68,18 +68,11 @@
.release-note-action-container > button,
.release-note-action-container > button:hover {
- margin: 10px 20px;
- background: none;
- border: none;
+ margin: 10px 0 20px 20px;
font-weight: 500;
text-transform: uppercase;
color: #757575;
- font-size: 13px;
-}
-
-.release-note-action-container > button:hover {
cursor: pointer;
- color: #666;
}
.release-note-action-container {

Powered by Google App Engine
This is Rietveld 408576698