标签: css select option text-decorations
我正在尝试从select标记的禁用选项中应用自定义css:
form select option[disabled] { color: #999; text-decoration: line-through; }
只有“颜色”属性被应用,任何想法为什么“文本装饰”没有考虑到?