Skip to content

Instantly share code, notes, and snippets.

View davi-mbatista's full-sized avatar
🏠
Working from home

Daví Machado Batista davi-mbatista

🏠
Working from home
View GitHub Profile
const sections = [
{
"id": "3d8f463dbb5056",
"type": "PROCESS",
"title": "Linked Processes",
"style": null,
"hidden": false,
"layout": null,
"cells": [
{
@davi-mbatista
davi-mbatista / large-jm-sections.json
Created December 6, 2021 10:55
Large journey (23 rows and 53 columns) sections
{
"sections": [
{
"id": "3d8f463dbb5056",
"type": "PROCESS",
"title": "Linked Processes",
"style": null,
"hidden": false,
"layout": null,
"cells": [
@davi-mbatista
davi-mbatista / focus-visible.css
Created March 21, 2020 08:49
:focus-visible example
button:focus { /* some exciting button focus styles */ }
button:focus:not(:focus-visible) {
/* undo all the above focused button styles
if the button has focus but the browser wouldn't normally
show default focus styles */
}
button:focus-visible { /* some even *more* exciting button focus styles */ }