Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
masonstrap
Commits
ba999ebb
Commit
ba999ebb
authored
Sep 01, 2015
by
Thomas Park
Browse files
paper: focused checkboxes have colored border, closes #505
parent
5d5f26e6
Changes
4
Hide whitespace changes
Inline
Side-by-side
paper/_bootswatch.scss
View file @
ba999ebb
...
...
@@ -316,6 +316,10 @@ input[type="checkbox"],
outline
:
none
;
}
&
:focus:after
{
border-color
:
$brand-primary
;
}
&
:after
{
content
:
""
;
display
:
block
;
...
...
paper/bootstrap.css
View file @
ba999ebb
...
...
@@ -7296,6 +7296,11 @@ input[type="checkbox"]:focus,
.checkbox-inline
input
[
type
=
"checkbox"
]
:focus
{
outline
:
none
;
}
input
[
type
=
"checkbox"
]
:focus:after
,
.checkbox
input
[
type
=
"checkbox"
]
:focus:after
,
.checkbox-inline
input
[
type
=
"checkbox"
]
:focus:after
{
border-color
:
#2196f3
;
}
input
[
type
=
"checkbox"
]
:after
,
.checkbox
input
[
type
=
"checkbox"
]
:after
,
.checkbox-inline
input
[
type
=
"checkbox"
]
:after
{
...
...
paper/bootstrap.min.css
View file @
ba999ebb
This source diff could not be displayed because it is too large. You can
view the blob
instead.
paper/bootswatch.less
View file @
ba999ebb
...
...
@@ -316,6 +316,10 @@ input[type="checkbox"],
outline: none;
}
&:focus:after {
border-color: @brand-primary;
}
&:after {
content: "";
display: block;
...
...
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