Skip to content

Commit

Permalink
Merge pull request #7 from jobready/AV-3512-apply-blur-to-table
Browse files Browse the repository at this point in the history
[AV-3512] Only apply blur css filter to thead and tbody of table
  • Loading branch information
schlick authored Sep 7, 2016
2 parents 69ef3b3 + cad588d commit 0fadab9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/osom-tables.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@

&.loading, &.empty {
table {
th, td {
thead, tbody {
-webkit-filter: blur(1.5px);
-moz-filter: blur(1.5px);
-ms-filter: blur(1.5px);
Expand Down
2 changes: 1 addition & 1 deletion lib/osom_tables.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module OsomTables
VERSION = '3.1.0'
VERSION = '3.1.1'
end

0 comments on commit 0fadab9

Please sign in to comment.