Skip to content

Commit

Permalink
Dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
bcinarli committed Feb 18, 2016
1 parent f738d25 commit e88b0b4
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 8 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uxrocket.select",
"version": "3.1.2",
"version": "3.1.3",
"homepage": "https://github.com/uxrocket/uxrocket.select",
"authors": [
"Bilal Çınarlı <[email protected]>"
Expand All @@ -25,6 +25,6 @@
"tests"
],
"devDependencies": {
"uxrocket.factory": "1.0.0-alpha2"
"uxrocket.factory": "1.0.0-alpha3"
}
}
10 changes: 10 additions & 0 deletions dist/uxrocket.select.css
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,16 @@
background-color: #fff;
}

.uxr-select-drop ul {
list-style: none;
margin: 0;
padding: 0;
}

.uxr-select-drop li {
list-style: none;
}

.uxr-select-list {
max-height: 250px;
overflow-y: auto;
Expand Down
4 changes: 2 additions & 2 deletions dist/uxrocket.select.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/uxrocket.select.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/uxrocket.select.min.js

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions lib/_uxrocket-select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,16 @@ $radius: 4px;
border: 1px solid $border;
border-radius: 0 0 $radius;
background-color: #fff;

ul {
list-style: none;
margin: 0;
padding: 0;
}

li {
list-style: none;
}
}

&-list {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uxrocket.select",
"version": "3.1.2",
"version": "3.1.3",
"description": "jQuery based Select box replacement function",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion uxrocket.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Select",
"registry": "uxrocket.select",
"version": "3.1.2",
"version": "3.1.3",
"paths": {
"lib": "lib/",
"dist": "dist/",
Expand Down

0 comments on commit e88b0b4

Please sign in to comment.