{"version":3,"sources":["tooltip.css"],"names":[],"mappings":"AAAA;;;;GAIG;AACH;EACE,qBAAqB,EAAE;;AAEzB;EACE,aAAa;EACb,eAAe;EACf,mBAAmB;EACnB,kDAAkD;EAClD,gBAAgB;EAChB,aAAa;EACb,aAAa;EACb,kBAAkB,EAAE;EACpB;IACE;MACE,mBAAmB,EAAE,EAAE","file":"tooltip.css","sourcesContent":["/**\n * Applies styles for users in high contrast mode. Note that this only applies\n * to Microsoft browsers. Chrome can be included by checking for the `html[hc]`\n * attribute, however Chrome handles high contrast differently.\n */\n:host {\n  pointer-events: none; }\n\n.md-tooltip {\n  color: white;\n  padding: 0 8px;\n  border-radius: 2px;\n  font-family: Roboto, \"Helvetica Neue\", sans-serif;\n  font-size: 10px;\n  margin: 14px;\n  height: 22px;\n  line-height: 22px; }\n  @media screen and (-ms-high-contrast: active) {\n    .md-tooltip {\n      outline: solid 1px; } }\n"]}