livebook/assets/css/global.css
Jonatan Kłosko 9d3a2ae264
Some cleanups (#25)
* Remove old js files

* Cleanup styles

* Update page title

* Unify elements rounding

* Fix indentation

* Rename component modules

* Add actions to routes for better helpers
2021-02-11 16:35:32 +01:00

5 lines
95 B
CSS

/* Remove the default outline on focused elements */
:focus,
button:focus {
outline: none;
}