Commit 743780a6 authored by Simon Knox's avatar Simon Knox Committed by Olena Horal-Koretska

Remove some CSS extends

Group page dropdown was recently replaced with a gl- one
Editor page only needs font family
The .key classes didn't make the move to shortcut_mappings.vue
parent f043ace9
%commit-description-base { .commit-description,
.commit-row-description {
padding: $gl-padding-8 0 $gl-padding-8 $gl-padding-8; padding: $gl-padding-8 0 $gl-padding-8 $gl-padding-8;
margin-top: $gl-padding-8; margin-top: $gl-padding-8;
border: 0; border: 0;
...@@ -10,10 +11,6 @@ ...@@ -10,10 +11,6 @@
color: $gl-text-color-secondary; color: $gl-text-color-secondary;
} }
.commit-description {
@extend %commit-description-base;
}
.commit-box { .commit-box {
border-top: 1px solid $border-color; border-top: 1px solid $border-color;
padding: $gl-padding 0; padding: $gl-padding 0;
...@@ -249,7 +246,6 @@ ...@@ -249,7 +246,6 @@
} }
.commit-row-description { .commit-row-description {
@extend %commit-description-base;
display: none; display: none;
flex: 1; flex: 1;
} }
......
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
} }
.file-title { .file-title {
@extend .monospace; @include gl-font-monospace;
line-height: 35px; line-height: 35px;
padding-top: 7px; padding-top: 7px;
padding-bottom: 7px; padding-bottom: 7px;
......
...@@ -160,17 +160,6 @@ ...@@ -160,17 +160,6 @@
vertical-align: top; vertical-align: top;
} }
.notification-dropdown {
.dropdown-menu {
@extend .dropdown-menu-right;
}
.icon {
fill: $gl-text-color-secondary;
}
}
.new-project-subgroup { .new-project-subgroup {
.dropdown-primary { .dropdown-primary {
min-width: 115px; min-width: 115px;
......
...@@ -26,13 +26,6 @@ ...@@ -26,13 +26,6 @@
text-align: right; text-align: right;
white-space: nowrap; white-space: nowrap;
} }
.key {
@extend .badge.badge-pill;
background-color: $label-inverse-bg;
font: 11px Consolas, 'Liberation Mono', Menlo, Courier, monospace;
padding: 3px 5px;
}
} }
.documentation { .documentation {
......
...@@ -633,7 +633,7 @@ ...@@ -633,7 +633,7 @@
} }
.btn-link:hover { .btn-link:hover {
@extend a:hover; color: $blue-800;
text-decoration: none; text-decoration: none;
} }
......
...@@ -141,10 +141,6 @@ ...@@ -141,10 +141,6 @@
} }
} }
.notification-dropdown .dropdown-menu {
@extend .dropdown-menu-right;
}
.download-button { .download-button {
@include media-breakpoint-down(md) { @include media-breakpoint-down(md) {
margin-left: 0; margin-left: 0;
...@@ -843,7 +839,7 @@ pre.light-well { ...@@ -843,7 +839,7 @@ pre.light-well {
} }
.form-control { .form-control {
@extend .monospace; @include gl-font-monospace;
background-color: $white; background-color: $white;
border-color: $border-color; border-color: $border-color;
font-size: 14px; font-size: 14px;
......
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