【发布时间】:2026-01-20 22:50:01
【问题描述】:
我最近发现边框颜色有问题。
border-color: inherit //work
border-color: inherit transparent //fail
border-color: transparent inherit //work
border-color: inherit transparent transparent //fail
border-color: inherit transparent transparent transparent //fail
为什么这些“第一个值继承”边框颜色会失败?
【问题讨论】:
-
你在哪些浏览器中试过这个?
-
我使用的是 Opera 26.0
标签: css inheritance opera border-color