2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Remove unneeded suppression and clean up docs less files.

This commit is contained in:
XhmikosR
2018-09-21 22:39:17 +03:00
parent 37a2534c8e
commit abe37ff83b
5 changed files with 5 additions and 14 deletions
-4
View File
@@ -1,5 +1,3 @@
// stylelint-disable property-no-vendor-prefix
.anchorjs-link {
color: inherit;
}
@@ -12,8 +10,6 @@
*:hover > .anchorjs-link {
opacity: .75;
-webkit-transition: color .16s linear;
-o-transition: color .16s linear;
transition: color .16s linear;
}