Skip to content

Commit 8e63f9a

Browse files
committed
updates
1 parent a790b8e commit 8e63f9a

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

src/geofeed.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# prefix,country_code,region_code,city,postal
2-
94.26.24.0/24,NL,,,
2+
185.134.191.0/24,NL,,,
33
2a14:14c0::/48,NL,,,
44
2a14:14c0:1::/48,NL,,,
55
2a14:14c0:2::/48,NL,,,

src/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@
5959

6060
<div class=grid>
6161
<a class=actionlistitem href="https://peeringdb.com/asn/207487/" target="_blank" tabindex="0" role=link>
62-
<figure class=actionlistitem-icon></figure><span class=actionlistitem-text>Peering Policy</span>
62+
<figure class=actionlistitem-icon></figure><span class=actionlistitem-text>Peering Policy</span>
6363
</a>
6464
<a class=actionlistitem href="https://github.com/routing-cafe" target="_blank" tabindex="0" role=link>
65-
<figure class=actionlistitem-icon></figure><span class=actionlistitem-text>Git Repositories</span>
65+
<figure class=actionlistitem-icon></figure><span class=actionlistitem-text>Git Repositories</span>
6666
</a>
6767
</div>
6868

src/style.css

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -447,9 +447,8 @@ body {
447447
color: var(--theme-text);
448448
flex-shrink: 0;
449449
cursor: pointer;
450-
transition: 200ms ease all;
451450
font-weight: 400;
452-
transition-property: background;
451+
transition: 200ms ease background;
453452
padding: 0 1ch 0 1ch;
454453
user-select: none;
455454
flex-shrink: 0;
@@ -466,8 +465,7 @@ body {
466465
cursor: pointer;
467466
padding: 0 1ch 0 1ch;
468467
text-transform: uppercase;
469-
transition: 200ms ease all;
470-
transition-property: background;
468+
transition: 200ms ease background;
471469
user-select: none;
472470
}
473471

@@ -536,6 +534,14 @@ body {
536534
&:focus .actionlistitem-icon {
537535
background: var(--theme-focused-foreground);
538536
}
537+
538+
&:hover .actionlistitem-text {
539+
box-shadow: inset 0 0 0 2px var(--theme-focused-foreground);
540+
}
541+
542+
&:focus .actionlistitem-text {
543+
box-shadow: inset 0 0 0 2px var(--theme-focused-foreground);
544+
}
539545
}
540546

541547
.actionlistitem-icon {
@@ -547,6 +553,7 @@ body {
547553
justify-content: center;
548554
width: 3ch;
549555
user-select: none;
556+
transition: 200ms ease background;
550557
}
551558

552559
.actionlistitem-text {

0 commit comments

Comments
 (0)