使用伪类来选择webkit伪元素

时间:2017-05-08 11:11:06

标签: css google-chrome css-selectors pseudo-element shadow-dom

不确定标题是否真的清楚。

我尝试做的是选择一个带有:nth-of-type伪类的webkit伪元素(在阴影dom中)。

所以我想在-webkit-datetime-edit-text中选择第二个input伪元素。

enter image description here

我以为我可以这样做:

::-webkit-datetime-edit-text:nth-of-type(2){
  display: none;
}

但这不起作用。

有办法做到这一点吗?

非常感谢帮助。

ps:对于那些不知道有可能检查影子dom的人,请参阅here point nr 12

0 个答案:

没有答案