fix linting issues

This commit is contained in:
Joachim 2021-12-17 20:50:04 +01:00
parent 355405daa3
commit 9a2a31028b

View file

@ -93,7 +93,6 @@ body {
display: inline !important; display: inline !important;
} }
/** File input styles /** File input styles
******************************************************************************/ ******************************************************************************/
@ -123,7 +122,6 @@ input[type=file]::file-selector-button:hover {
color: #363636; color: #363636;
} }
/** General `details` element styles /** General `details` element styles
******************************************************************************/ ******************************************************************************/
@ -178,6 +176,7 @@ details.dropdown .dropdown-menu a:focus-visible {
background-color: rgba(0, 0, 0, 0.5); background-color: rgba(0, 0, 0, 0.5);
z-index: 30; z-index: 30;
} }
details .dropdown-menu { details .dropdown-menu {
position: fixed; position: fixed;
top: 0; top: 0;
@ -190,6 +189,7 @@ details.dropdown .dropdown-menu a:focus-visible {
pointer-events: none; pointer-events: none;
z-index: 100; z-index: 100;
} }
details .dropdown-menu > * { details .dropdown-menu > * {
pointer-events: all; pointer-events: all;
} }