Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
socialblue
Commits
c8e2e655
Commit
c8e2e655
authored
Mar 16, 2021
by
Agami4
Browse files
Issue
#3203938
by agami4: Improve url alias elements
parent
826df3d4
Changes
2
Hide whitespace changes
Inline
Side-by-side
assets/css/input-groups.css
View file @
c8e2e655
.input-group
.form-control
:focus
~
.input-group-addon
{
border-color
:
#29abe2
;
border-bottom
:
1px
solid
#29abe2
;
box-shadow
:
0
2px
0
0
#29abe2
;
-webkit-box-shadow
:
0
2px
0
0
#29abe2
;
box-shadow
:
0
2px
0
0
#29abe2
;
}
.input-group-addon
{
...
...
@@ -10,3 +11,9 @@
border
:
1px
solid
#adadad
;
border-radius
:
5px
;
}
.input-group.input-group-expanded
.input-group-addon
{
color
:
#4d4d4d
;
border-color
:
#adadad
;
background
:
#f3f3f3
;
}
components/03-molecules/form-elements/input-groups/input-groups.scss
View file @
c8e2e655
...
...
@@ -14,3 +14,11 @@
border
:
1px
solid
$input-group-addon-border-color
;
@include
border-radius
(
$input-border-radius
);
}
.input-group.input-group-expanded
{
.input-group-addon
{
color
:
$default-color
;
border-color
:
$gray-light-1
;
background
:
$gray-lightest
;
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment