diff options
| author | Annabel Dunstone <annabel.dunstone@gmail.com> | 2016-07-14 10:53:48 -0500 |
|---|---|---|
| committer | Annabel Dunstone <annabel.dunstone@gmail.com> | 2016-07-14 10:53:48 -0500 |
| commit | d3653f07227e73e3035c7895ab12a5e0345af744 (patch) | |
| tree | 348bb3d47d4a5d13a029b39684654372a20522c9 | |
| parent | 905d60b42980832933bebed43d4df1d227e36f15 (diff) | |
| download | gitlab-ce-d3653f07227e73e3035c7895ab12a5e0345af744.tar.gz | |
Change bg color of collapsed diff to blue on hovercollapse-diffs-more
| -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; + } } } |
