foo
This commit is contained in:
@@ -16,6 +16,9 @@
|
|||||||
transition: box-shadow 0.16s ease;
|
transition: box-shadow 0.16s ease;
|
||||||
outline: none;
|
outline: none;
|
||||||
will-change: transform;
|
will-change: transform;
|
||||||
|
-webkit-user-select: none;
|
||||||
|
user-select: none;
|
||||||
|
-webkit-touch-callout: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.desk-shell {
|
.desk-shell {
|
||||||
|
|||||||
@@ -1529,9 +1529,6 @@ button.danger:hover:not([disabled]) {
|
|||||||
max-width: 20em;
|
max-width: 20em;
|
||||||
flex: 0 0 20em;
|
flex: 0 0 20em;
|
||||||
background: var(--bg);
|
background: var(--bg);
|
||||||
border-top: 1px solid var(--border);
|
|
||||||
border-bottom: 1px solid var(--border);
|
|
||||||
padding-top: -1px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar__body {
|
.sidebar__body {
|
||||||
@@ -2726,9 +2723,6 @@ button.danger:hover:not([disabled]) {
|
|||||||
background: var(--bg);
|
background: var(--bg);
|
||||||
box-shadow: 0 0 24px var(--shadow-soft);
|
box-shadow: 0 0 24px var(--shadow-soft);
|
||||||
border-left: 1px solid var(--border);
|
border-left: 1px solid var(--border);
|
||||||
border-top: 1px solid var(--border);
|
|
||||||
border-bottom: 1px solid var(--border);
|
|
||||||
padding-top: -1px;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
z-index: 1000000;
|
z-index: 1000000;
|
||||||
|
|||||||
Reference in New Issue
Block a user