mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-26 03:21:05 +00:00
fix linting issues
This commit is contained in:
parent
355405daa3
commit
9a2a31028b
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue