Page MenuHomePhorge

D10717.1767672760.diff
No OneTemporary

Size
500 B
Referenced Files
None
Subscribers
None

D10717.1767672760.diff

diff --git a/web/components/checkbox.css b/web/components/checkbox.css
--- a/web/components/checkbox.css
+++ b/web/components/checkbox.css
@@ -2,6 +2,7 @@
appearance: none;
background-color: transparent;
width: 24px;
+ min-width: 24px;
height: 24px;
border: 1px solid var(--enumOption-input-primary-default);
border-radius: 3.6px;
@@ -10,6 +11,10 @@
justify-content: center;
}
+.checkbox:hover {
+ cursor: pointer;
+}
+
.checkbox::before {
content: '';
width: 16px;

File Metadata

Mime Type
text/plain
Expires
Tue, Jan 6, 4:12 AM (55 m, 23 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5899311
Default Alt Text
D10717.1767672760.diff (500 B)

Event Timeline