gpt4 book ai didi

javascript - KendoUI 工具栏 splitButton 自动突出显示下拉列表中的第一个选项。如何使所有选项看起来都一样

转载 作者:行者123 更新时间:2023-12-02 14:53:37 28 4
gpt4 key购买 nike

KendoUI 工具栏 splitButton 自动突出显示(部分在提供的链接中,在我的情况下,完全突出显示)下拉列表中的第一个选项。 http://demos.telerik.com/kendo-ui/toolbar/index

在此网址中,如果我们观察到,“插入”选项将“在上方插入”设置为蓝色而不是黑色。对于段落也是如此。我怎样才能让它们看起来都一样。

最佳答案

你可以像这样自定义CSS

<style>
.k-button.k-state-focused, .k-button:focus {
border: 0px !important;
background-color: #ffffff !important;
}

.k-button.k-state-focused, .k-button:hover {
background-color: #f4f4f4 !important;
}

.k-list-optionlabel.k-state-selected.k-state-focused{
background-color: #ffffff !important;
border: 0px !important;
}
.k-list-optionlabel.k-state-selected.k-state-focused:hover{
background-color: #f4f4f4 !important;
}
</style>

关于javascript - KendoUI 工具栏 splitButton 自动突出显示下拉列表中的第一个选项。如何使所有选项看起来都一样,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35999066/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com