Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vanilla-bootstrap
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Illuna-Minecraft
vanilla-bootstrap
Commits
22ec8de9
Commit
22ec8de9
authored
10 years ago
by
thiago-oliveira
Browse files
Options
Downloads
Patches
Plain Diff
Typeahead fix (and change .MultiComplete height)
parent
a5c085e6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
less/components/dropdowns.less
+22
-0
22 additions, 0 deletions
less/components/dropdowns.less
less/shared/forms.less
+7
-2
7 additions, 2 deletions
less/shared/forms.less
with
29 additions
and
2 deletions
less/components/dropdowns.less
+
22
−
0
View file @
22ec8de9
...
...
@@ -12,6 +12,28 @@
// Extensions
// -----------------------------------------------------------------------------
.ac_results {
&:extend(.dropdown-menu);
ul {
padding: 0;
margin-bottom: 0;
list-style: none;
}
li {
&:extend(.dropdown-menu > li > a);
&:hover,
&:focus {
&:extend(.dropdown-menu > li > a:hover);
cursor: pointer;
}
}
}
.MenuItems {
&:extend(.dropdown-menu);
...
...
This diff is collapsed.
Click to expand it.
less/shared/forms.less
+
7
−
2
View file @
22ec8de9
...
...
@@ -32,13 +32,18 @@ select {
}
}
.TextBox,
.MultiComplete {
.TextBox {
height: 100px;
min-height: 100px;
&:extend(textarea.form-control);
}
.MultiComplete {
height: 50px;
min-height: 50px;
&:extend(textarea.form-control);
}
form {
label {
display: block;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment