From b4484ba06df3d9352ca40fd3ed5f48ad336a90a5 Mon Sep 17 00:00:00 2001 From: Perlat Kociaj Date: Sun, 7 Apr 2019 20:25:41 +0100 Subject: [PATCH] integrations github repos hover and text color (#2302) --- app/assets/stylesheets/settings.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/app/assets/stylesheets/settings.scss b/app/assets/stylesheets/settings.scss index 192c4e845..2d77eb2a4 100755 --- a/app/assets/stylesheets/settings.scss +++ b/app/assets/stylesheets/settings.scss @@ -390,12 +390,22 @@ background: var(--theme-container-background, #fff); padding: 12px; margin:5px 0px; + transition:all .6s ease; + &:hover{ + color: #0f0f0f; + background: $light-green; + button{ + background:#a8f1e9; + } + } &.github-repo-row-selected { background: $light-green; + color: #0f0f0f; } .github-repo-row-name { font-weight:bold; button { + transition:all .6s ease; cursor:pointer; font-size:1.2em; font-weight: bold;