Skip to content
Snippets Groups Projects
Commit ea21d469 authored by Winnie Hellmann's avatar Winnie Hellmann
Browse files

Remove new-style-dropdown mixin

parent f984fc35
No related branches found
No related tags found
No related merge requests found
Showing
with 0 additions and 62 deletions
Loading
Loading
@@ -760,11 +760,6 @@
}
}
 
// TODO: change global style and remove mixin
@mixin new-style-dropdown($selector: '') {
}
@media (max-width: $screen-xs-max) {
.navbar-gitlab {
li.header-projects,
Loading
Loading
@@ -791,9 +786,6 @@
}
}
 
@include new-style-dropdown('.breadcrumbs-list .dropdown ');
@include new-style-dropdown('.js-namespace-select + ');
header.header-content .dropdown-menu.projects-dropdown-menu {
padding: 0;
}
Loading
Loading
Loading
Loading
@@ -3,8 +3,6 @@
}
 
.navbar-gitlab {
@include new-style-dropdown;
&.navbar-gitlab {
padding: 0 16px;
z-index: 1000;
Loading
Loading
Loading
Loading
@@ -132,8 +132,6 @@ ul.content-list {
}
 
.controls {
@include new-style-dropdown;
float: right;
 
> .control-text {
Loading
Loading
Loading
Loading
@@ -86,8 +86,6 @@
}
 
.nav-controls {
@include new-style-dropdown;
display: inline-block;
float: right;
text-align: right;
Loading
Loading
Loading
Loading
@@ -139,10 +139,6 @@
}
}
 
.issuable-sidebar {
@include new-style-dropdown;
}
.pikaday-container {
.pika-single {
margin-top: 2px;
Loading
Loading
Loading
Loading
@@ -343,8 +343,6 @@ a > code {
@extend .ref-name;
}
 
@include new-style-dropdown('.git-revision-dropdown');
/**
* Apply Markdown typography
*
Loading
Loading
Loading
Loading
@@ -323,8 +323,6 @@
}
 
.build-dropdown {
@include new-style-dropdown;
margin: $gl-padding 0;
padding: 0;
 
Loading
Loading
Loading
Loading
@@ -13,8 +13,6 @@
max-width: 100%;
}
 
@include new-style-dropdown('.clusters-dropdown ');
.clusters-container {
.nav-bar-right {
padding: $gl-padding-top $gl-padding;
Loading
Loading
#cycle-analytics {
@include new-style-dropdown;
max-width: 1000px;
margin: 24px auto 0;
position: relative;
Loading
Loading
Loading
Loading
@@ -32,8 +32,6 @@
}
 
.detail-page-header-actions {
@include new-style-dropdown;
align-self: center;
flex-shrink: 0;
flex: 0 0 auto;
Loading
Loading
Loading
Loading
@@ -581,8 +581,6 @@
}
 
.commit-stat-summary {
@include new-style-dropdown;
@media (min-width: $screen-sm-min) {
margin-left: -$gl-padding;
padding-left: $gl-padding;
Loading
Loading
Loading
Loading
@@ -204,8 +204,6 @@
.gitlab-ci-yml-selector,
.dockerfile-selector,
.template-type-selector {
@include new-style-dropdown;
display: inline-block;
vertical-align: top;
font-family: $regular_font;
Loading
Loading
Loading
Loading
@@ -12,8 +12,6 @@
 
.environments-container {
.ci-table {
@include new-style-dropdown;
.deployment-column {
> span {
word-break: break-all;
Loading
Loading
Loading
Loading
@@ -487,12 +487,6 @@
}
}
 
.dropdown-content {
a:hover {
color: inherit;
}
}
.dropdown-menu-toggle {
width: 100%;
padding-top: 6px;
Loading
Loading
@@ -511,10 +505,6 @@
}
}
 
.sidebar-move-issue-dropdown {
@include new-style-dropdown;
}
.sidebar-move-issue-confirmation-button {
width: 100%;
 
Loading
Loading
Loading
Loading
@@ -142,8 +142,6 @@ ul.related-merge-requests > li {
}
 
.issue-form {
@include new-style-dropdown;
.select2-container {
width: 250px !important;
}
Loading
Loading
Loading
Loading
@@ -116,8 +116,6 @@
}
 
.manage-labels-list {
@include new-style-dropdown;
> li:not(.empty-message):not(.is-not-draggable) {
background-color: $white-light;
cursor: move;
Loading
Loading
Loading
Loading
@@ -73,8 +73,6 @@
}
 
.member-search-form {
@include new-style-dropdown;
position: relative;
 
@media (min-width: $screen-sm-min) {
Loading
Loading
Loading
Loading
@@ -485,8 +485,6 @@
}
 
.mr-source-target {
@include new-style-dropdown;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
Loading
Loading
@@ -608,8 +606,6 @@
}
 
.mr-version-controls {
@include new-style-dropdown;
position: relative;
background: $gray-light;
color: $gl-text-color;
Loading
Loading
@@ -727,7 +723,3 @@
font-size: 16px;
}
}
.merge-request-form {
@include new-style-dropdown;
}
Loading
Loading
@@ -23,8 +23,6 @@
.new-note,
.note-edit-form {
.note-form-actions {
@include new-style-dropdown;
position: relative;
margin: $gl-padding 0 0;
}
Loading
Loading
Loading
Loading
@@ -490,8 +490,6 @@ ul.notes {
}
 
.note-actions {
@include new-style-dropdown;
align-self: flex-start;
flex-shrink: 0;
display: inline-flex;
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment