标签:撤销 |
|||
第14行: | 第14行: | ||
fill: #00d6d6; | fill: #00d6d6; | ||
} | } | ||
− | .cosmos-bannerOption:hover | + | .cosmos-bannerOption:hover .cosmos-bannerOption-dropdownIcon |
{ | { | ||
− | fill: | + | fill: none; |
stroke: #00d6d6; | stroke: #00d6d6; | ||
} | } |
2020年12月21日 (一) 18:23的版本
/* 导航栏 */ #cosmos-banner { background-color: #002A32; } .cosmos-bannerOption-icon { fill: none; stroke: #00d6d6; } .cosmos-bannerOption-dropdownIcon { stroke: #00d6d6; fill: #00d6d6; } .cosmos-bannerOption:hover .cosmos-bannerOption-dropdownIcon { fill: none; stroke: #00d6d6; }