+8
-30
@@ -36,14 +36,6 @@
|
||||
scrollbar-width: none;
|
||||
}
|
||||
|
||||
.hide-color-picker {
|
||||
opacity: 0;
|
||||
display: block;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.hyphens {
|
||||
hyphens: auto;
|
||||
}
|
||||
@@ -144,16 +136,15 @@
|
||||
|
||||
/* For react-colorful */
|
||||
.color-picker .react-colorful {
|
||||
height: 7rem;
|
||||
width: 7rem;
|
||||
width: 100%;
|
||||
height: 7.5rem;
|
||||
}
|
||||
.color-picker .react-colorful__hue {
|
||||
height: 1rem;
|
||||
}
|
||||
.color-picker .react-colorful__pointer {
|
||||
width: 1rem;
|
||||
height: 1rem;
|
||||
border-width: 1px;
|
||||
width: 1.3rem;
|
||||
height: 1.3rem;
|
||||
}
|
||||
|
||||
/* For the Link banner */
|
||||
@@ -162,19 +153,6 @@
|
||||
height: fit-content;
|
||||
}
|
||||
|
||||
.react-select__indicator-separator {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.react-select__control--is-focused .react-select__dropdown-indicator,
|
||||
.react-select__control .react-select__dropdown-indicator,
|
||||
.react-select__control .react-select__dropdown-indicator:hover,
|
||||
.react-select__control .react-select__dropdown-indicator:focus,
|
||||
.react-select__control--is-focused .react-select__dropdown-indicator:hover,
|
||||
.react-select__control--is-focused .react-select__dropdown-indicator:focus {
|
||||
color: oklch(var(--n));
|
||||
}
|
||||
|
||||
/* Theme */
|
||||
|
||||
@layer components {
|
||||
@@ -182,13 +160,13 @@
|
||||
@apply bg-base-200 hover:border-neutral-content;
|
||||
}
|
||||
|
||||
.react-select-container .react-select__control--is-focused {
|
||||
@apply border-primary hover:border-primary;
|
||||
}
|
||||
|
||||
.react-select-container .react-select__menu {
|
||||
@apply bg-base-100 border-neutral-content border rounded-md;
|
||||
}
|
||||
/*
|
||||
.react-select-container .react-select__menu-list {
|
||||
@apply h-20;
|
||||
} */
|
||||
|
||||
.react-select-container .react-select__input-container,
|
||||
.react-select-container .react-select__single-value {
|
||||
|
||||
Reference in New Issue
Block a user