Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
scc-net
netvs
netvs-core
Commits
cf1d8e78
Commit
cf1d8e78
authored
Nov 04, 2020
by
janis.streib
🦉
Browse files
FIX: make caret animation global
parent
260e8dcc
Pipeline
#116732
passed with stages
in 8 minutes and 55 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
frontend/src/App.vue
View file @
cf1d8e78
...
...
@@ -126,4 +126,13 @@ $sidebar-width: 380px;
top
:
0
;
}
}
.collapse-icon
{
transition
:
transform
;
transition-duration
:
250ms
;
}
.not-collapsed
>
.collapse-icon
{
transform
:
rotate
(
-180deg
);
}
</
style
>
frontend/src/views/netdb/Tokens.vue
View file @
cf1d8e78
...
...
@@ -791,15 +791,6 @@ export default {
</
script
>
<
style
>
.collapse-icon
{
transition
:
transform
;
transition-duration
:
250ms
;
}
.not-collapsed
>
.collapse-icon
{
transform
:
rotate
(
-180deg
);
}
.b-form-tag
{
font-size
:
100%
;
font-weight
:
normal
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment