mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
feat(ui): add indicators on open modal buttons
This commit is contained in:
@@ -45,7 +45,11 @@ const MainModal = observer(
|
||||
|
||||
return (
|
||||
<React.Fragment>
|
||||
<li className="nav-item">
|
||||
<li
|
||||
className={`nav-item ${
|
||||
this.toggle.show ? "border-bottom border-info" : ""
|
||||
}`}
|
||||
>
|
||||
<TooltipWrapper title="Settings">
|
||||
<span
|
||||
className="nav-link cursor-pointer"
|
||||
|
||||
@@ -35,7 +35,11 @@ const SilenceModal = observer(
|
||||
|
||||
return (
|
||||
<React.Fragment>
|
||||
<li className="nav-item">
|
||||
<li
|
||||
className={`nav-item ${
|
||||
silenceFormStore.toggle.visible ? "border-bottom border-info" : ""
|
||||
}`}
|
||||
>
|
||||
<TooltipWrapper title="Add new silence">
|
||||
<span
|
||||
className="nav-link cursor-pointer"
|
||||
|
||||
Reference in New Issue
Block a user