Skip to content

Commit d07f736

Browse files
committed
1 parent a9e4cfe commit d07f736

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

special-pages/pages/history/app/components/Item.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export const Item = memo(
5757
{props.domain}
5858
</span>
5959
<span class={styles.time}>{dateTimeOfDay}</span>
60-
<button class={styles.dots} data-action={BTN_ACTION_ENTRIES_MENU} data-index={index} value={props.id} tabindex={0}>
60+
<button class={styles.dots} data-action={BTN_ACTION_ENTRIES_MENU} data-index={index} value={props.id} tabindex={-1}>
6161
<Dots />
6262
</button>
6363
</div>

special-pages/pages/history/app/components/Item.module.css

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
color: var(--row-color);
4040
border-radius: var(--row-radius);
4141

42-
&:hover, &:focus-within {
42+
&:hover {
4343
--dots-opacity: visible;
4444
--time-opacity: 0;
4545
--time-visibility: hidden;
@@ -148,10 +148,6 @@
148148
&:hover {
149149
background: var(--dots-bg-hover);
150150
}
151-
152-
&:focus-visible {
153-
opacity: 1;
154-
}
155151
}
156152

157153
.last {

0 commit comments

Comments
 (0)