mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +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:
+1
-1
@@ -14,7 +14,7 @@
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
color: @close-hover-color;
|
||||
color: @close-color;
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
.opacity(.5);
|
||||
|
||||
Reference in New Issue
Block a user