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
drupal
Commits
9de62afc
Commit
9de62afc
authored
Apr 06, 2014
by
alexpott
Browse files
Issue
#2224567
by Oostie: Form submit buttons outline on focus.
parent
515639d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/themes/seven/css/components/buttons.theme.css
View file @
9de62afc
...
...
@@ -43,6 +43,10 @@
text-decoration
:
none
;
outline
:
none
;
}
.button
:focus
{
border
:
1px
solid
#3AB2FF
;
box-shadow
:
0
0
0.5em
0.1em
hsla
(
203
,
100%
,
60%
,
0.7
);
}
.button
:hover
{
box-shadow
:
0
1px
2px
hsla
(
0
,
0%
,
0%
,
0.125
);
}
...
...
@@ -80,6 +84,9 @@
border-color
:
#1e5c90
;
color
:
#fff
;
}
.button--primary
:focus
{
border
:
1px
solid
#1280DF
;
}
.button--primary
:hover
{
box-shadow
:
0
1px
2px
hsla
(
203
,
10%
,
10%
,
0.25
);
}
...
...
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