Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SWLab UI
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
SWD
SWLab UI
Commits
70e57925
Commit
70e57925
authored
Jun 14, 2024
by
minseok.park
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix lint error
parent
93f4ec46
Pipeline
#19339
failed with stages
in 1 minute and 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
page-versions.css
src/css/page-versions.css
+2
-4
No files found.
src/css/page-versions.css
View file @
70e57925
...
...
@@ -40,16 +40,15 @@
background
:
url(../img/chevron.svg)
no-repeat
;
background-position
:
right
0.5rem
top
50%
;
background-size
:
auto
0.75em
;
border
:
none
;
outline
:
none
;
line-height
:
inherit
;
padding
:
0.5rem
2rem
0.5rem
1rem
;
position
:
relative
;
border-radius
:
0.5rem
;
border
:
2px
solid
var
(
--color-smoke-90
);
transition
:
all
.15s
ease-in-out
;
transition
:
all
0
.15s
ease-in-out
;
z-index
:
var
(
--z-index-page-version-menu
);
}
}
.page-versions
.version-menu-toggle
:hover
{
border
:
2px
solid
var
(
--color-bwg-main
);
...
...
@@ -88,7 +87,6 @@
background-color
:
var
(
--color-blue-10
);
}
.page-versions
.version.is-current
{
display
:
none
;
}
...
...
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