私は次のCSSを持っています:
#content-button-panel ul li a.folder span {
cursor: default;
}
#content-button-panel ul li a:not(.folder) span {
cursor: pointer;
}
および次の HTML:
<a class="title-coffee"><span>Overview</span></a>
HTML (title-xxxxxxx のクラス) にデフォルトのカーソルがあるようにするにはどうすればよいですか? title-coffee または title- で始まる任意のクラスで動作するには、これが必要であることに注意してください。