diff --git a/frontend/resources/styles/main/partials/left-toolbar.scss b/frontend/resources/styles/main/partials/left-toolbar.scss index 29ba7bc9a5..1c787bd96b 100644 --- a/frontend/resources/styles/main/partials/left-toolbar.scss +++ b/frontend/resources/styles/main/partials/left-toolbar.scss @@ -35,6 +35,7 @@ justify-content: center; position: relative; width: 48px; + color: $color-gray-20; svg { fill: $color-gray-20; @@ -44,6 +45,7 @@ &:hover { background-color: $color-primary; + color: $color-gray-50; svg { fill: $color-gray-50; @@ -52,6 +54,7 @@ &.selected { background-color: $color-gray-60; + color: $color-primary; svg { fill: $color-primary; diff --git a/frontend/resources/styles/main/partials/sidebar-document-history.scss b/frontend/resources/styles/main/partials/sidebar-document-history.scss index 93ea710f1a..72553e3367 100644 --- a/frontend/resources/styles/main/partials/sidebar-document-history.scss +++ b/frontend/resources/styles/main/partials/sidebar-document-history.scss @@ -40,6 +40,9 @@ font-size: $fs12; color: $color-gray-20; fill: $color-gray-20; + height: 100%; + overflow-x: hidden; + overflow-y: auto; } .history-entry {