summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/issuable.scss
diff options
context:
space:
mode:
authorLuke "Jared" Bennett <lbennett@gitlab.com>2017-09-20 10:28:14 +0100
committerLuke "Jared" Bennett <lbennett@gitlab.com>2017-09-20 10:28:14 +0100
commit55a7529621515eaeffa1424a281e639cf74be6cf (patch)
treeebee78af26a572ff2f68dec0d251a4080bff9865 /app/assets/stylesheets/pages/issuable.scss
parent87de569aabd2274427ae8d0c2168f8bbf8643da7 (diff)
downloadgitlab-ce-55a7529621515eaeffa1424a281e639cf74be6cf.tar.gz
is-active review changes
Diffstat (limited to 'app/assets/stylesheets/pages/issuable.scss')
-rw-r--r--app/assets/stylesheets/pages/issuable.scss13
1 files changed, 5 insertions, 8 deletions
diff --git a/app/assets/stylesheets/pages/issuable.scss b/app/assets/stylesheets/pages/issuable.scss
index e0083be7be9..a88484d1a9e 100644
--- a/app/assets/stylesheets/pages/issuable.scss
+++ b/app/assets/stylesheets/pages/issuable.scss
@@ -16,15 +16,12 @@
text-align: center;
}
-.issuable-sidebar-item {
- .not-active,
- .is-active {
- border-radius: $border-radius-default;
- padding: 5px;
- margin: 0 3px 0 -4px;
- }
+.sidebar-item-icon {
+ border-radius: $border-radius-default;
+ padding: 5px;
+ margin: 0 3px 0 -4px;
- .is-active {
+ &.is-active {
color: $orange-600;
background-color: $orange-50;
}