Update content of files

This commit is contained in:
GitHub Action 2021-11-14 11:28:57 +00:00
parent 8a64c0a72f
commit ba6b60f581

View file

@ -325,6 +325,8 @@ i.hl-menu-bar:last-child {
}
.hl-topbar-subtabs .dropdown-toggle:hover,
.hl-filters-dropdowns .dropdown-toggle:hover,
.hl-topbar-subtabs .dropdown-toggle:focus,
.hl-filters-dropdowns .dropdown-toggle:focus,
.hl-topbar-subtabs .dropdown-toggle:active,
.hl-filters-dropdowns .dropdown-toggle:active {
background-color: rgba(0,0,0,0.05);
@ -332,6 +334,8 @@ i.hl-menu-bar:last-child {
}
.dark .hl-topbar-subtabs .dropdown-toggle:hover,
.dark .hl-filters-dropdowns .dropdown-toggle:hover,
.dark .hl-topbar-subtabs .dropdown-toggle:focus,
.dark .hl-filters-dropdowns .dropdown-toggle:focus,
.dark .hl-topbar-subtabs .dropdown-toggle:active,
.dark .hl-filters-dropdowns .dropdown-toggle:active {
background-color: #3C4756;
@ -480,6 +484,26 @@ i.hl-menu-bar:last-child {
.hl-dropdown .dropdown-menu > li.selected > a:focus:after {
background-color: #f4f4f4;
}
.hl-dropdown a.dropdown-toggle-disabled {
pointer-events: none;
}
.hl-dropdown a.dropdown-toggle > .radio-item,
.hl-dropdown a.dropdown-toggle > .checkbox-item {
pointer-events: none;
cursor: pointer;
margin: -2px 0;
padding: 0;
}
.hl-dropdown a.dropdown-toggle > .radio-item .radio-input + .radio-label,
.hl-dropdown a.dropdown-toggle > .checkbox-item .checkbox-input + .checkbox-label {
font-weight: 500;
margin-left: 7px;
white-space: nowrap;
}
.hl-dropdown a.dropdown-toggle > .radio-item .radio:disabled ~ .radio-label,
.hl-dropdown a.dropdown-toggle > .checkbox-item .checkbox:disabled ~ .checkbox-label {
color: #a8a8a8;
}
.hl-select-dropdown {
position: relative;