ng2-material-dropdown
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -799,3 +799,3 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
// module | ||
exports.push([module.id, ".ng2-menu-item {\n font-family: \"Roboto\", \"Helvetica Neue\", Helvetica, Arial;\n padding: 0 1.25rem;\n background: #fff;\n color: #444;\n cursor: pointer;\n font-size: 15px;\n text-transform: none;\n font-weight: 400;\n -webkit-transition: background 0.3s;\n transition: background 0.3s;\n letter-spacing: 0.03em;\n height: 48px;\n line-height: 48px;\n vertical-align: middle; }\n\n.ng2-menu-item--selected {\n background: #f9f9f9;\n outline: 0; }\n\n.ng2-menu-item:focus {\n outline: 0; }\n\n.ng2-menu-item:active {\n background: #eee; }\n\n.ng2-menu-item [ng2-menu-item-icon] {\n vertical-align: bottom;\n font-size: 28px;\n width: 40px;\n height: 40px;\n color: rgba(0, 0, 0, 0.54); }\n", ""]); | ||
exports.push([module.id, ".ng2-menu-item {\n font-family: \"Roboto\", \"Helvetica Neue\", Helvetica, Arial;\n padding: 0 1.25rem;\n background: #fff;\n color: #444;\n cursor: pointer;\n font-size: 15px;\n text-transform: none;\n font-weight: 400;\n -webkit-transition: background 0.3s;\n transition: background 0.3s;\n letter-spacing: 0.03em;\n height: 48px;\n line-height: 48px;\n text-overflow: ellipsis;\n white-space: nowrap;\n overflow-x: hidden; }\n\n.ng2-menu-item--selected {\n background: #f9f9f9;\n outline: 0; }\n\n.ng2-menu-item:focus {\n outline: 0; }\n\n.ng2-menu-item:active {\n background: #eee; }\n\n.ng2-menu-item [ng2-menu-item-icon] {\n vertical-align: bottom;\n font-size: 28px;\n width: 40px;\n height: 40px;\n color: rgba(0, 0, 0, 0.54); }\n", ""]); | ||
@@ -802,0 +802,0 @@ // exports |
{ | ||
"name": "ng2-material-dropdown", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Angular 2 material-like Dropdown Component", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -5,3 +5,3 @@ # Angular2 Dropdown Component | ||
**Work in progress** | ||
**Work in progress**. Please do notice this is a work in progress and it is far from being usable in production. | ||
@@ -13,3 +13,3 @@ ## Install | ||
## Demo | ||
TODO | ||
Check out the demo at [http://www.webpackbin.com/Ey8sUC2UZ](http://www.webpackbin.com/Ey8sUC2UZ) | ||
@@ -16,0 +16,0 @@ ## Usage |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
157337