diff --git a/src/theme.scss b/src/theme.scss index 6099d2d6b..ba43872cb 100644 --- a/src/theme.scss +++ b/src/theme.scss @@ -313,11 +313,12 @@ textarea { } .grid-item-dropdown { - width: 50px; border: none; + float: right; &:hover { - background-color: rgba(255, 255, 255, 0.5); + background-color: rgba(255, 255, 255, 0.3); + color: $brand-primary; } } } diff --git a/src/views/apps.html b/src/views/apps.html index d6b21c7ac..d0659b502 100644 --- a/src/views/apps.html +++ b/src/views/apps.html @@ -120,19 +120,9 @@