remove border animation on navbar to prevent freakout
Some checks failed
/ build (push) Failing after 29s
Some checks failed
/ build (push) Failing after 29s
This commit is contained in:
parent
30f24affc8
commit
1226f94934
1 changed files with 2 additions and 4 deletions
|
|
@ -70,7 +70,6 @@
|
|||
transition: unset !important;
|
||||
animation: unset !important;
|
||||
background-color: color-mix(in srgb, var(--accent) 30%, transparent) !important;
|
||||
border-bottom: .2rem solid var(--accent) !important;
|
||||
}
|
||||
}
|
||||
/* disable custom alt text popup */
|
||||
|
|
@ -268,7 +267,7 @@ footer {
|
|||
border-bottom: .2rem solid var(--accent);
|
||||
color: var(--foreground);
|
||||
|
||||
transition: .2s background-color, .1s border-bottom;
|
||||
transition: .2s background-color;
|
||||
|
||||
.nav-base {
|
||||
padding: 0px .2em !important;
|
||||
|
|
@ -388,9 +387,8 @@ footer {
|
|||
}
|
||||
|
||||
.navbar:hover {
|
||||
transition: .2s background-color, .1s border-bottom;
|
||||
transition: .2s background-color;
|
||||
background-color: var(--accent);
|
||||
border-bottom: .1rem solid var(--accent);
|
||||
|
||||
.nav-accessibility {
|
||||
border-left: .2rem solid var(--background);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue