Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ui_icons
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
ui_icons
Merge requests
!7
Issue
#3467776
by mogtofu33: [1.0.0-alpha3] Form element settings validation
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3467776
by mogtofu33: [1.0.0-alpha3] Form element settings validation
issue/ui_icons-3467776:3467776-1.0.0-alpha3-form-element
into
1.0.x
Overview
0
Commits
1
Pipelines
2
Changes
17
Merged
Jean Valverde
requested to merge
issue/ui_icons-3467776:3467776-1.0.0-alpha3-form-element
into
1.0.x
10 months ago
Overview
0
Commits
1
Pipelines
2
Changes
17
Expand
Closes
#3467776
0
0
Merge request reports
Compare
1.0.x
1.0.x (base)
and
latest version
latest version
b1c60c26
1 commit,
10 months ago
17 files
+
243
−
427
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
17
Search (e.g. *.vue) (Ctrl+P)
css/
ui_
icon
s
.a
dmin
.css
→
css/icon.a
utocomplete
.css
+
14
−
8
Options
@@ -12,15 +12,21 @@
margin-block
:
0
;
}
.ui-icons-preview
{
/* Keep the settings size close to textfield. */
.ui-icons-settings-wrapper
{
max-width
:
39rem
;
}
.ui-icons-preview-icon
{
display
:
flex
;
justify-content
:
center
;
height
:
2.85rem
;
text-align
:
center
;
}
.ui-icons-preview.form-item
{
min-width
:
3rem
;
max-width
:
3rem
;
max-height
:
2.65rem
;
padding
:
calc
(
var
(
--input-padding-vertical
)
/
3
)
0
0
0
;
border
:
var
(
--input-border-size
)
solid
var
(
--input-border-color
);
border-right
:
0
none
;
border-top-right-radius
:
0
;
@@ -28,9 +34,9 @@
background-color
:
var
(
--color-gray-050
);
}
.ui-icons-preview
.form-item
img
,
.ui-icons-preview
.form-item
svg
{
min-width
:
2.2rem
;
max-
width
:
2.
2
rem
;
ma
x-height
:
2.2rem
;
.ui-icons-preview
-icon
img
,
.ui-icons-preview
-icon
svg
{
display
:
block
;
width
:
2.
5
rem
;
ma
rgin
:
auto
;
}
Loading