Skip to content

Commit

Permalink
gave the component a border.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vermel, Runn (GE Global Research) committed Apr 11, 2016
1 parent e407f60 commit a100ef4
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 3 deletions.
7 changes: 7 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
v0.7.4
================
* brought the default border color for dropdown.

v0.7.3
================
* Fix tooltip bug in datatable
v0.7.2
================
* removed documentation from README, and replaced with link to github page, where cos are auto generated.
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "px-dropdown",
"version": "0.7.3",
"version": "0.7.4",
"main": [
"px-dropdown.html"
],
Expand Down
1 change: 1 addition & 0 deletions css/px-dropdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ Predix branding rules go in px-dropdown-predix.scss, not in this file.

#dropcell {
background-color: var(--dropdown_bg_default, #f7f7fc);
border: var(--dropdown_border_color, 1px solid #b1b1bc);
border-radius: 3px;
cursor: pointer; }

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "px-dropdown",
"author": "General Electric",
"description": "A Px Dropdown component",
"version": "0.7.3",
"version": "0.7.4",
"private": true,
"extName" : null,
"repository" :
Expand Down
3 changes: 2 additions & 1 deletion sass/px-dropdown-predix.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ common/abstract rules go in px-dropdown-sketch.scss, not in this file.
}

#dropcell {
background-color: var(--dropdown_bg_default,$gray1);;
background-color: var(--dropdown_bg_default,$gray1);
border: var(--dropdown_border_color, 1px solid $gray5);
border-radius: 3px;
cursor: pointer;
}
Expand Down

0 comments on commit a100ef4

Please sign in to comment.