diff --git a/app/assets/stylesheets/pages/repo.scss b/app/assets/stylesheets/pages/repo.scss index 2b1ff3b0b34..f050b105f99 100644 --- a/app/assets/stylesheets/pages/repo.scss +++ b/app/assets/stylesheets/pages/repo.scss @@ -197,6 +197,13 @@ top: -1px; } + .ide-file-changed-icon { + display: block; + position: relative; + top: 1px; + right: 3px; + } + &:hover { background-color: $theme-gray-200; }