05/18 Enhanced codes and functionalities 11

This commit is contained in:
2026-05-18 22:00:42 -04:00
parent 78a96e092f
commit 6177b72ef8
5 changed files with 54 additions and 9 deletions
+19 -1
View File
@@ -2549,4 +2549,22 @@ html.sidebar-open {
.health-banner-dismiss:hover {
opacity: 1;
}
}
/* Passkey attachment type selector */
.passkey-attachment-select {
padding: 7px 10px;
border: 1px solid var(--border);
border-radius: var(--radius);
font-size: 13px;
color: var(--text);
background: var(--surface);
cursor: pointer;
flex-shrink: 0;
}
.passkey-attachment-select:focus {
outline: none;
border-color: var(--primary);
box-shadow: 0 0 0 3px rgba(192, 57, 43, 0.15);
}