/
igor1624
/
step-js
Обзор
Документация
Войти
/
igor1624
/
step-js
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
src/core/style.css
52 строки
847 B
igor1624
commit
30 окт 2025, 11:27
30 окт 2025, 11:27
2a9b1c1
Код
Авторство
О чём код?
* { padding: 0; margin: 0; border: none; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; -moz-osx-font-smoothing: grayscale; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; } *, *::before, *::after { box-sizing: border-box; } /* avoid wrapping div getting bigger than img or svg */ img, svg { display: block; } /* remove focus from div */ div, a { outline: none; } /* remove blue rectangle on div selection */ * { -webkit-tap-highlight-color: transparent; } .-step-js-select-none { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-user-drag: none; } .-step-js-select-auto { -webkit-user-select: auto; -moz-user-select: auto; -ms-user-select: auto; user-select: auto; -webkit-user-drag: auto; }