mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 09:01:54 +08:00
no arrows
This commit is contained in:
@@ -63,8 +63,19 @@ ul#navbar li a.menu-button {
|
||||
padding-left: 16px;
|
||||
padding-right: 16px;
|
||||
text-decoration: none;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
/*ul#navbar li a.menu-button:before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: calc(100% - 10px);
|
||||
right: 0;
|
||||
width: 0;
|
||||
border-bottom: 10px solid var(--cs-navbar-item-pressed-bg);
|
||||
border-left: 10px solid transparent;
|
||||
}*/
|
||||
|
||||
ul#navbar li a#logo:hover:not(.active),
|
||||
ul#navbar li a.menu-button:hover:not(.active) {
|
||||
background-color: var(--cs-navbar-item-hovered-bg);
|
||||
|
||||
@@ -72,7 +72,7 @@ export function Gpio() {
|
||||
self.setModel = function(model) {
|
||||
tools.featureSetEnabled($("gpio-dropdown"), model.view.table.length);
|
||||
if (model.view.table.length) {
|
||||
$("gpio-menu-button").innerHTML = `${model.view.header.title} ↴`;
|
||||
$("gpio-menu-button").innerHTML = `${model.view.header.title}`;
|
||||
}
|
||||
|
||||
let content = "<table class=\"kv\">";
|
||||
|
||||
Reference in New Issue
Block a user