Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: skin/desktop-options.css

Issue 29683678: Issue 5542: Implement tooltips for new options page (Closed)
Patch Set: cleaning up the patch Created Feb. 5, 2018, 12:35 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« desktop-options.js ('K') | « desktop-options.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skin/desktop-options.css
===================================================================
--- a/skin/desktop-options.css
+++ b/skin/desktop-options.css
@@ -660,7 +660,6 @@
bottom: 0px;
position: absolute;
}
-
}
/*
@@ -1058,6 +1057,13 @@
line-height: 1.5rem;
text-decoration: none;
cursor: help;
+ /* reset minimal button style */
+ color: inherit;
+ font: inherit;
+ text-transform: initial;
+ text-align: initial;
+ font-weight: initial;
+ font-size: initial;
}
/*
« desktop-options.js ('K') | « desktop-options.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld