css 菜单下拉箭头随fontawsome而变化
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 菜单下拉箭头随fontawsome而变化相关的知识,希望对你有一定的参考价值。
@media print, screen and (min-width: 40em){
.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a:after {
display: block;
border: none;
content: "";
border-bottom-width: 0;
margin-top: -3px;
content: "\f078";
font-family: FontAwesome;
font-weight: normal;
font-style: normal;
margin: 0;
text-decoration: none;
right: 10px;
font-size: 12px;
top: 16px;
}
}
以上是关于css 菜单下拉箭头随fontawsome而变化的主要内容,如果未能解决你的问题,请参考以下文章
vue+css动画实现下拉菜单上、下箭头切换
select下拉菜单怎么变长?
CSS 背景位置更改 - Chrome 错误
如何为子菜单添加向右箭头和为子菜单添加向下箭头
IE & Firefox - 自定义下拉菜单无法移除原生箭头
图表不随下拉列表更新(Dash Plotly)