mirror of
https://github.com/Vikeo/LifeTrinket.git
synced 2025-11-15 15:27:59 +00:00
fix webkit highlight
This commit is contained in:
@@ -22,6 +22,21 @@ import {
|
|||||||
RotationDivProps,
|
RotationDivProps,
|
||||||
} from '../Buttons/CommanderDamage';
|
} from '../Buttons/CommanderDamage';
|
||||||
|
|
||||||
|
const CheckboxContainer = twc.div``;
|
||||||
|
|
||||||
|
const PlayerMenuWrapper = twc.div`
|
||||||
|
flex
|
||||||
|
flex-col
|
||||||
|
absolute
|
||||||
|
w-full
|
||||||
|
h-full
|
||||||
|
bg-background-settings
|
||||||
|
items-center
|
||||||
|
justify-center
|
||||||
|
z-[2]
|
||||||
|
webkit-user-select-none
|
||||||
|
`;
|
||||||
|
|
||||||
const BetterRowContainer = twc.div`
|
const BetterRowContainer = twc.div`
|
||||||
flex
|
flex
|
||||||
flex-col
|
flex-col
|
||||||
@@ -59,7 +74,8 @@ const ColorPicker = twc.input`
|
|||||||
outline-none
|
outline-none
|
||||||
cursor-pointer
|
cursor-pointer
|
||||||
bg-transparent
|
bg-transparent
|
||||||
user-select-nonetext-common-white
|
user-select-none
|
||||||
|
text-common-white
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const SettingsContainer = twc.div<RotationDivProps>((props) => [
|
const SettingsContainer = twc.div<RotationDivProps>((props) => [
|
||||||
@@ -69,20 +85,6 @@ const SettingsContainer = twc.div<RotationDivProps>((props) => [
|
|||||||
: 'flex-row',
|
: 'flex-row',
|
||||||
]);
|
]);
|
||||||
|
|
||||||
const CheckboxContainer = twc.div``;
|
|
||||||
|
|
||||||
const PlayerMenuWrapper = twc.div`
|
|
||||||
flex
|
|
||||||
flex-col
|
|
||||||
absolute
|
|
||||||
w-full
|
|
||||||
h-full
|
|
||||||
bg-background-settings
|
|
||||||
items-center
|
|
||||||
justify-center
|
|
||||||
z-[2]
|
|
||||||
`;
|
|
||||||
|
|
||||||
const CloseButton = twc.button<RotationButtonProps>((props) => [
|
const CloseButton = twc.button<RotationButtonProps>((props) => [
|
||||||
'absolute border-none outline-none cursor-pointer bg-transparent z-[99]',
|
'absolute border-none outline-none cursor-pointer bg-transparent z-[99]',
|
||||||
props.$rotation === Rotation.Side
|
props.$rotation === Rotation.Side
|
||||||
|
|||||||
Reference in New Issue
Block a user