Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
6df925bc
Commit
6df925bc
authored
13 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
enable use of span in place of a for .disabled in pagination, per
#1406
parent
9f608411
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/assets/bootstrap.zip
+0
-0
docs/assets/bootstrap.zip
docs/assets/css/bootstrap.css
+2
-1
docs/assets/css/bootstrap.css
less/pagination.less
+1
-0
less/pagination.less
with
3 additions
and
1 deletion
+3
-1
docs/assets/bootstrap.zip
+
0
-
0
View file @
6df925bc
No preview for this file type
This diff is collapsed.
Click to expand it.
docs/assets/css/bootstrap.css
+
2
-
1
View file @
6df925bc
...
...
@@ -860,6 +860,7 @@ input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, selec
display
:
block
;
margin-top
:
5px
;
margin-bottom
:
0
;
color
:
#999999
;
}
.help-inline
{
display
:
inline-block
;
...
...
@@ -2781,7 +2782,7 @@ button.btn.small, input[type="submit"].btn.small {
color
:
#999999
;
cursor
:
default
;
}
.pagination
.disabled
a
,
.pagination
.disabled
a
:hover
{
.pagination
.disabled
span
,
.pagination
.disabled
a
,
.pagination
.disabled
a
:hover
{
color
:
#999999
;
background-color
:
transparent
;
cursor
:
default
;
...
...
This diff is collapsed.
Click to expand it.
less/pagination.less
+
1
-
0
View file @
6df925bc
...
...
@@ -32,6 +32,7 @@
color: @grayLight;
cursor: default;
}
.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
color: @grayLight;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment