Skip to content

Commit

Permalink
Update list-group active menuitem to have default cursor.
Browse files Browse the repository at this point in the history
  • Loading branch information
srph committed Sep 22, 2015
1 parent 205d16b commit 239d69b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## v0.1.14 (September 22, 2015) - commit
- Rename `$brand-blue` color to `$brand-primary`.
- Fix `$brand-primary` and `$brand-sky-dk` hex values (by simply switching the values).
- Update active `list-group` `menuitem` to have default cursor when hovered (instead of a pointer).

## v0.1.12 (September 22, 2015) - commit
- Add icon sizes.
Expand Down
1 change: 1 addition & 0 deletions dist/aia.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/aia.css.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/dist/style.css

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

1 change: 1 addition & 0 deletions styles/components/list-group.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
> .menuitem.-selected {
font-weight: bold;
color: $brand-black;
cursor: default;
background-color: $brand-white;
}
}

0 comments on commit 239d69b

Please sign in to comment.