mirror of
https://github.com/livebook-dev/livebook.git
synced 2024-11-17 13:27:50 +08:00
9d3a2ae264
* Remove old js files * Cleanup styles * Update page title * Unify elements rounding * Fix indentation * Rename component modules * Add actions to routes for better helpers
5 lines
95 B
CSS
5 lines
95 B
CSS
/* Remove the default outline on focused elements */
|
|
:focus,
|
|
button:focus {
|
|
outline: none;
|
|
}
|