Skip to content

Commit

Permalink
Make text unselectable if column is sortable (#104)
Browse files Browse the repository at this point in the history
I find myself accidentally highlighting the table headers when clicking
to sort a column.

![](https://i.imgur.com/JjAmG0b.png)
  • Loading branch information
Ben Limmer authored and offirgolan committed Jul 19, 2016
1 parent 9e57c12 commit 8b80d64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addon/styles/addon.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@

.ember-light-table .lt-column.is-sortable {
cursor: pointer;
user-select: none;
}

.ember-light-table .lt-row.is-expandable,
Expand Down

0 comments on commit 8b80d64

Please sign in to comment.