mirror of
https://github.com/siteboon/claudecodeui.git
synced 2025-12-11 17:09:38 +00:00
Merge pull request #141 from dorage/style/settings-bg-in-mobile
style: remove revert rule causing unexpected transparency in modal
This commit is contained in:
@@ -559,16 +559,6 @@
|
|||||||
transform: inherit !important;
|
transform: inherit !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Preserve backgrounds for containers and modals */
|
|
||||||
.fixed:hover,
|
|
||||||
.modal:hover,
|
|
||||||
.bg-white:hover,
|
|
||||||
.bg-gray-800:hover,
|
|
||||||
.bg-gray-900:hover,
|
|
||||||
[class*="bg-"]:hover {
|
|
||||||
background-color: revert !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Force buttons to be immediately clickable */
|
/* Force buttons to be immediately clickable */
|
||||||
button, [role="button"], .cursor-pointer {
|
button, [role="button"], .cursor-pointer {
|
||||||
cursor: pointer !important;
|
cursor: pointer !important;
|
||||||
|
|||||||
Reference in New Issue
Block a user