mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-18 00:56:41 +10:00
Remove unused CSS
This commit is contained in:
@@ -19,35 +19,13 @@
|
||||
}
|
||||
|
||||
&.ui-autocomplete {
|
||||
border-color: #ddd;
|
||||
padding: 0;
|
||||
margin-top: 2px;
|
||||
z-index: 1001;
|
||||
width: 240px;
|
||||
margin-bottom: 0;
|
||||
padding: 10px;
|
||||
font-size: 14px;
|
||||
font-weight: normal;
|
||||
background-color: $dropdown-bg;
|
||||
border: 1px solid $dropdown-border-color;
|
||||
border-radius: $border-radius-base;
|
||||
box-shadow: 0 2px 4px $dropdown-shadow-color;
|
||||
|
||||
.ui-menu-item {
|
||||
display: block;
|
||||
position: relative;
|
||||
padding: 0 10px;
|
||||
color: $dropdown-link-color;
|
||||
line-height: 34px;
|
||||
text-overflow: ellipsis;
|
||||
border-radius: 2px;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
border: none;
|
||||
|
||||
&.ui-state-focus {
|
||||
background-color: $dropdown-link-hover-bg;
|
||||
text-decoration: none;
|
||||
margin: 0;
|
||||
}
|
||||
.ui-menu-item a {
|
||||
padding: 4px 10px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -122,7 +122,7 @@
|
||||
}
|
||||
|
||||
.dropdown-content {
|
||||
max-height: 300px;
|
||||
max-height: 350px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user