1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-01 16:04:37 +04:00

spinners, small fixes

This commit is contained in:
chomik
2019-04-17 19:53:44 +02:00
parent fe1f189b89
commit de94778902
11 changed files with 99 additions and 20 deletions
+12 -2
View File
@@ -1,6 +1,8 @@
html {
height: 100%;
}
body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-tap-highlight-color: transparent;
-webkit-text-size-adjust: none;
-ms-touch-action: manipulation;
@@ -18,6 +20,14 @@ body *::-webkit-scrollbar {
body *::-webkit-scrollbar-thumb {
background: $gray-400;
}
body *:hover::-webkit-scrollbar-thumb {
background: $gray-500;
}
/**
Remove the cancel buttons in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-cancel-button {
-webkit-appearance: none;
}