Skip to content

Commit c115b63

Browse files
committed
apply review suggestions
1 parent 0b10add commit c115b63

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

site/lib/_sass/components/_summary-card.scss

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
border: 1px solid var(--site-inset-borderColor);
55

66
header {
7-
padding: 1rem 1.2rem 1.2rem 1.2rem;
7+
padding: 1rem 1.2rem 1.2rem;
88

99
h3 {
1010
margin: 0;
@@ -24,10 +24,10 @@
2424
gap: 1rem;
2525

2626
border-top: 1px solid var(--site-inset-borderColor);
27-
padding: .8rem 1.2rem;
27+
padding: 0.8rem 1.2rem;
2828

2929
>:first-child {
30-
font-size: .875rem;
30+
font-size: 0.875rem;
3131
background-color: var(--site-primary-color-highlight);
3232
color: var(--site-primary-color);
3333
border-radius: 0.5rem;
@@ -48,6 +48,8 @@
4848

4949
summary {
5050
margin: 0;
51+
cursor: pointer;
52+
list-style: none;
5153

5254
>.material-symbols {
5355
transition: transform .25s ease-out;

site/lib/src/style_hash.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
// dart format off
33

44
/// The generated hash of the `main.css` file.
5-
const generatedStylesHash = 'kgeOsQJ5X5Io';
5+
const generatedStylesHash = 'va3Vkb6epp+o';

0 commit comments

Comments
 (0)