diff options
-rw-r--r-- | app/assets/stylesheets/framework/blocks.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/blocks.scss b/app/assets/stylesheets/framework/blocks.scss index cf2417fdf63..ad94e457cfd 100644 --- a/app/assets/stylesheets/framework/blocks.scss +++ b/app/assets/stylesheets/framework/blocks.scss @@ -16,9 +16,14 @@ font-weight: normal; font-size: 16px; line-height: 36px; + &.diff-collapsed { padding: 5px; cursor: pointer; + + &:hover { + background-color: $row-hover; + } } } |