mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
Drop: all vendor prefix mixins because autoprefixer
This commit is contained in:
+2
-2
@@ -10,14 +10,14 @@
|
||||
line-height: 1;
|
||||
color: @close-color;
|
||||
text-shadow: @close-text-shadow;
|
||||
.opacity(.2);
|
||||
opacity: .2;
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
color: @close-color;
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
.opacity(.5);
|
||||
opacity: .5;
|
||||
}
|
||||
|
||||
// Additional properties for button version
|
||||
|
||||
Reference in New Issue
Block a user