2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00

Update close vars

* Remove dupe hover color var (again, it's not necessary to have it's
own var here since we're controlling it via `opacity`)
* Add to customizer
This commit is contained in:
Mark Otto
2013-07-23 23:09:06 -07:00
parent a5cc1300f6
commit ba954db159
4 changed files with 11 additions and 4 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
&:hover,
&:focus {
color: @close-hover-color;
color: @close-color;
text-decoration: none;
cursor: pointer;
.opacity(.5);
+1 -2
View File
@@ -422,8 +422,7 @@
// Close
// ------------------------
@close-color: #000;
@close-hover-color: #000;
@close-text-shadow: 0 1px 0 rgba(255,255,255,1);
@close-text-shadow: 0 1px 0 #fff;
// Code