Skip to content

Commit 005faba

Browse files
authored
Merge pull request #4195 from ClickHouse/Blargian-patch-80
Remove animations
2 parents a86bdbe + 943eb42 commit 005faba

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

src/components/Navigation/styles.scss

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,6 @@ ul.ch-nav-v2-list {
7676
font-size: 14px;
7777
line-height: 1em;
7878
font-weight: 500;
79-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
80-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
81-
transition-duration: 150ms;
8279

8380
&:hover {
8481
background-color: var(--ch-nav-v2-link-hover-bg);
@@ -136,9 +133,6 @@ ul.ch-nav-v2-list {
136133
flex-shrink: 0;
137134
flex-grow: 0;
138135
transform-origin: center center;
139-
transition-property: all;
140-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
141-
transition-duration: 150ms;
142136

143137
&.up {
144138
transform: rotate(-90deg);
@@ -170,9 +164,6 @@ ul.ch-nav-v2-list {
170164
font-weight: 500;
171165
text-decoration: none;
172166
color: var(--ch-nav-v2-link-color);
173-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
174-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
175-
transition-duration: 150ms;
176167

177168
&:hover,
178169
&.hover {
@@ -194,8 +185,6 @@ ul.ch-nav-v2-list {
194185
width: 100%;
195186
color: #fff;
196187
transition-property: all;
197-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
198-
transition-duration: 150ms;
199188

200189
&.open {
201190
pointer-events: auto;
@@ -323,8 +312,6 @@ ul.ch-nav-v2-list {
323312
> div {
324313
transform-origin: top center;
325314
transition-property: all;
326-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
327-
transition-duration: 150ms;
328315
border-radius: 0.5rem;
329316
background-color: var(--ch-nav-v2-dropdown-bg);
330317
border: 1px solid var(--ch-nav-v2-border-color);
@@ -378,9 +365,6 @@ ul.ch-nav-v2-sub-nav-products {
378365
font-size: 0.75rem;
379366
line-height: 1rem;
380367
color: var(--ch-nav-v2-item-description-color);
381-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
382-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
383-
transition-duration: 150ms;
384368
}
385369

386370
&:hover {

0 commit comments

Comments
 (0)