05/18 Enhanced codes and functionalities 11
This commit is contained in:
+19
-1
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user