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

Unified Diff: polymer_0.5.4/bower_components/core-tooltip/core-tooltip.css

Issue 895523005: Added Polymer 0.5.4 (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 5 years, 11 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: polymer_0.5.4/bower_components/core-tooltip/core-tooltip.css
diff --git a/polymer_0.4.0/bower_components/core-tooltip/core-tooltip.css b/polymer_0.5.4/bower_components/core-tooltip/core-tooltip.css
similarity index 97%
copy from polymer_0.4.0/bower_components/core-tooltip/core-tooltip.css
copy to polymer_0.5.4/bower_components/core-tooltip/core-tooltip.css
index 19a7f332756ab49fdae355b63a1473aa28e06baf..aa24c39fcaaf357f9c9a056441e8cc699e332e39 100644
--- a/polymer_0.4.0/bower_components/core-tooltip/core-tooltip.css
+++ b/polymer_0.5.4/bower_components/core-tooltip/core-tooltip.css
@@ -27,10 +27,10 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
.core-tooltip {
position: absolute;
font-size: 10px;
- font-family: sans-serif;
+ font-weight: 500;
padding: 8px;
color: white;
- background-color: rgba(0,0,0,0.8);
+ background-color: rgba(0, 0, 0, 0.9);
box-sizing: border-box;
border-radius: 3px; /* TODO: not in spec. */
white-space: nowrap;
« no previous file with comments | « polymer_0.5.4/bower_components/core-tooltip/bower.json ('k') | polymer_0.5.4/bower_components/core-tooltip/core-tooltip.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698