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/close.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/close.less')
| -rw-r--r-- | less/close.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/close.less b/less/close.less index 454a73fdc..f915667e5 100644 --- a/less/close.less +++ b/less/close.less @@ -14,7 +14,7 @@ &:hover, &:focus { - color: @close-hover-color; + color: @close-color; text-decoration: none; cursor: pointer; .opacity(.5); |
