mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 16:42:46 +08:00
UX: Fix focus state style for date button in composer (#22669)
This commit is contained in:
parent
defa8904b9
commit
bd7e5c15fb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user