Skip to content

Commit

Permalink
Merge pull request #28 from geoblink/feature/CORE-8042-fix-three-dots…
Browse files Browse the repository at this point in the history
…-menu

GeoTableSort always visible
  • Loading branch information
solenegardies authored Feb 21, 2020
2 parents 0d14458 + 3b64bac commit 55f5ad0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 29.4.3

Changed:

-`GeoTableSort` is now always visible

## 29.4.2

Fix:
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": "@geoblink/design-system",
"version": "29.4.2",
"version": "29.4.3",
"description": "Geoblink Design System for Vue.js",
"author": "Geoblink <[email protected]>",
"main": "dist/system.js",
Expand Down
5 changes: 0 additions & 5 deletions src/styles/elements/GeoTable/_geo-table-sort.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
flex-direction: column;
justify-content: center;
margin-left: $space-small;
visibility: hidden;

.geo-table-sort__button {
color: $color-grey-light;
Expand All @@ -26,7 +25,3 @@
margin-top: -1px;
}
}

.geo-table-sort--active {
visibility: visible;
}

1 comment on commit 55f5ad0

@vercel
Copy link

@vercel vercel bot commented on 55f5ad0 Feb 21, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.