アイコンを押せないようにするCSS
昨日見つけたprojectのどこかにあった
/customizeで紹介しておきたい
pointer-eventを使っていた
2021-05-26 14:22:53 /spud-oimoさんのところだ
code:css
.line:not(.cursor-line) a.iconhref$="/hr" {
pointer-events: none;
}
#2021-05-26 14:23:26
#2021-01-17 16:37:44