UX: Fix focus state style for date button in composer (#22669)

This commit is contained in:
Penar Musaraj 2023-07-18 15:39:52 -04:00 committed by GitHub
parent defa8904b9
commit bd7e5c15fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,6 @@ html {
}
// Composer
#reply-control .reply-to .reply-details .d-icon {
opacity: 1;
color: var(--primary-low-mid);
@ -65,6 +64,11 @@ html {
}
}
}
.btn-icon:not(.btn-flat, .btn-danger, .btn-primary):focus {
.d-icon {
color: currentColor;
}
}
}
// Site header