mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-23 09:51:10 +01:00
Auth plugins (#155)
This commit is contained in:
@@ -13,9 +13,8 @@
|
||||
font-variant-ligatures: none;
|
||||
}
|
||||
|
||||
::selection,
|
||||
.cm-selectionBackground {
|
||||
@apply bg-selection !important;
|
||||
::selection {
|
||||
@apply bg-selection;
|
||||
}
|
||||
|
||||
/* Disable user selection to make it more "app-like" */
|
||||
@@ -26,7 +25,7 @@
|
||||
@apply select-none cursor-default;
|
||||
}
|
||||
|
||||
input,
|
||||
input,
|
||||
textarea {
|
||||
&::placeholder {
|
||||
@apply text-placeholder;
|
||||
|
||||
Reference in New Issue
Block a user