diff options
| author | Mark Otto <[email protected]> | 2013-07-23 23:09:06 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-23 23:09:06 -0700 |
| commit | ba954db159138d5b9aeef3df638f91daec5e12eb (patch) | |
| tree | 85cdb726cd18ee3aee7c6f1542487c61809384c0 /less/variables.less | |
| parent | a5cc1300f60ae2a8a1c21adbc83b5de874155194 (diff) | |
| download | bootstrap-ba954db159138d5b9aeef3df638f91daec5e12eb.tar.xz bootstrap-ba954db159138d5b9aeef3df638f91daec5e12eb.zip | |
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
Diffstat (limited to 'less/variables.less')
| -rw-r--r-- | less/variables.less | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/less/variables.less b/less/variables.less index 885ea1d40..f4084ac03 100644 --- a/less/variables.less +++ b/less/variables.less @@ -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 |
