Commit 95f5ddb8 authored by Denys Mishunov's avatar Denys Mishunov

Fixed duplicate-selectors in `projects.scss`

parent fce7307f
...@@ -89,10 +89,6 @@ ...@@ -89,10 +89,6 @@
font-weight: $gl-font-weight-bold; font-weight: $gl-font-weight-bold;
} }
svg {
vertical-align: sub;
}
.avatar { .avatar {
float: none; float: none;
margin-right: $gl-padding-4; margin-right: $gl-padding-4;
...@@ -113,15 +109,16 @@ ...@@ -113,15 +109,16 @@
min-width: $gl-padding-8 * 15; min-width: $gl-padding-8 * 15;
} }
.dropdown-item svg {
vertical-align: sub;
}
.btn-blank { .btn-blank {
padding: 6px 10px; padding: 6px 10px;
} }
} }
.security-dashboard .card-header svg,
.license-management .dropdown-item svg {
vertical-align: sub;
}
.project-template { .project-template {
.template-header, .template-header,
.template-option { .template-option {
...@@ -139,10 +136,6 @@ ...@@ -139,10 +136,6 @@
} }
.template-group-options { .template-group-options {
.options-expanded-icon {
display: none;
}
&.expanded { &.expanded {
.template-option { .template-option {
display: flex; display: flex;
...@@ -151,10 +144,11 @@ ...@@ -151,10 +144,11 @@
.options-expanded-icon { .options-expanded-icon {
display: block; display: block;
} }
}
.options-collapsed-icon { .options-expanded-icon,
display: none; &.expanded .options-collapsed-icon {
} display: none;
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment