* PLT-6797 - Code block language tag not selectable

* PLT-6771 - Aligning search box with RHS

* PLT-6827 - Fixing link color in error bar

* PLT-6241 - Adding edge detection
Этот коммит содержится в:
Asaad Mahmood
2017-06-23 07:28:04 +05:00
коммит произвёл Joram Wilander
родитель d8cd38f483
Коммит dfbb16521c
9 изменённых файлов: 31 добавлений и 21 удалений

Просмотреть файл

@@ -21,3 +21,13 @@
-moz-osx-font-smoothing: grayscale;
transform: translate(0, 0);
}
@mixin unselectable {
-webkit-user-select: none; /* Chrome/Safari */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE10+ */
/* Rules below not implemented in browsers yet */
-o-user-select: none;
user-select: none;
}