diff --git a/frontend/resources/styles/main/partials/dashboard-grid.scss b/frontend/resources/styles/main/partials/dashboard-grid.scss index 76cda8a6b..7f0364275 100644 --- a/frontend/resources/styles/main/partials/dashboard-grid.scss +++ b/frontend/resources/styles/main/partials/dashboard-grid.scss @@ -180,7 +180,7 @@ .project-th-actions { align-items: center; - bottom: 0; + bottom: 4px; display: none; left: 0; justify-content: flex-end; @@ -190,9 +190,9 @@ svg { fill: $color-gray-20; - height: 14px; + height: 18px; margin-right: $x-small; - width: 14px; + width: 18px; } span { @@ -208,13 +208,11 @@ margin-right: 0; svg { - fill: $color-gray-30; + fill: $color-gray-60; margin-right: 0; } &:hover { - transform: scale(1.4); - svg { fill: $color-primary-dark; } @@ -223,43 +221,6 @@ } - &.delete { - margin-right: 0; - - svg { - fill: $color-gray-30; - margin-right: 0; - } - - &:hover { - transform: scale(1.4); - - svg { - fill: $color-danger; - } - - } - - } - - &.edit { - margin-right: 0; - - svg { - fill: $color-gray-30; - } - - &:hover { - transform: scale(1.4); - - svg { - fill: $color-gray-60; - } - - } - - } - } }