mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
Fixes #7617: lowercase and dash gray color vars
This commit is contained in:
+2
-2
@@ -32,7 +32,7 @@
|
||||
float: right;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.previous {
|
||||
> a,
|
||||
> span {
|
||||
@@ -45,7 +45,7 @@
|
||||
> a:hover,
|
||||
> a:focus,
|
||||
> span {
|
||||
color: @grayLight;
|
||||
color: @gray-light;
|
||||
background-color: @pagination-bg;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user