mirror of
https://github.com/livebook-dev/livebook.git
synced 2024-11-17 13:27:50 +08:00
6 lines
95 B
CSS
6 lines
95 B
CSS
|
/* Remove the default outline on focused elements */
|
||
|
:focus,
|
||
|
button:focus {
|
||
|
outline: none;
|
||
|
}
|