Skip to content

Commit 80ec7f4

Browse files
committed
test: remove broken tests and old navbar styles
1 parent 50870e5 commit 80ec7f4

8 files changed

Lines changed: 8173 additions & 227 deletions

File tree

components/appbar/appbar.css

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,31 +18,32 @@
1818
height: var(--navbar-height-mobile);
1919
}
2020

21-
.navbar ul:not(.dropdown-content) {
21+
.navbar ul:not(.dropdown-content) {
2222
list-style-type: none;
2323
margin: 0;
2424
display: flex;
2525
align-items: center;
2626
gap: 1em;
2727
}
2828

29-
.navbar ul:not(.dropdown-content) > li {
29+
.navbar ul:not(.dropdown-content) > li {
3030
transition: background-color 0.3s;
3131
padding: 0;
3232
}
3333

34-
.navbar ul:not(.dropdown-content) > li > a {
34+
.navbar ul:not(.dropdown-content) > li > a {
3535
transition: background-color 0.3s;
3636
color: var(--md-sys-color-on-surface);
3737
display: block;
3838
cursor: pointer;
3939
}
4040

41-
.navbar .brand-logo {
41+
.navbar .brand-logo {
4242
color: var(--md-sys-color-on-surface);
4343
font-size: var(--appbar-title-font-size);
4444
display: inline-block;
4545
padding: 0;
46+
}
4647

4748
.navbar .nav-title {
4849
display: inline-block;

0 commit comments

Comments
 (0)