select タグから無効なオプションにカスタム css を適用しようとしています:
form select option[disabled] {
color: #999;
text-decoration: line-through;
}
「色」プロパティのみが適用されますが、「テキスト装飾」が考慮されていない理由はありますか?
select タグから無効なオプションにカスタム css を適用しようとしています:
form select option[disabled] {
color: #999;
text-decoration: line-through;
}
「色」プロパティのみが適用されますが、「テキスト装飾」が考慮されていない理由はありますか?