Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
revolt
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
revolt
Commits
e6ac93b1
Commit
e6ac93b1
authored
6 months ago
by
Alok Singh
Committed by
Abhiyanshu
6 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3492158
: When hover on button, it goes up, needs to be fixed
parent
866d581d
No related branches found
No related tags found
1 merge request
!20
revolt-3492158: When hover on button, it goes up, needs to be fixed.
Pipeline
#413096
passed
6 months ago
Stage: build
Stage: test
Stage: deploy
Changes
2
Pipelines
3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
css/style.css
+0
-1
0 additions, 1 deletion
css/style.css
scss/components/_buttons.scss
+7
-7
7 additions, 7 deletions
scss/components/_buttons.scss
with
7 additions
and
8 deletions
css/style.css
+
0
−
1
View file @
e6ac93b1
...
...
@@ -530,7 +530,6 @@ input[type=range]::-webkit-slider-thumb {
box-shadow
:
rgba
(
149
,
157
,
165
,
0.2
)
0px
8px
24px
;
}
.button
:hover
{
transform
:
translateY
(
-5px
);
border-radius
:
1.5rem
;
}
...
...
This diff is collapsed.
Click to expand it.
scss/components/_buttons.scss
+
7
−
7
View file @
e6ac93b1
...
...
@@ -4,7 +4,7 @@
outline
:
none
;
line-height
:
40px
;
padding
:
0
30px
;
font-size
:
.8em
;
font-size
:
0
.8em
;
text-align
:
center
;
text-decoration
:
none
;
font-weight
:
500
;
...
...
@@ -17,10 +17,10 @@
transition
:
all
0
.3s
ease
0s
;
box-shadow
:
rgba
(
149
,
157
,
165
,
0
.2
)
0px
8px
24px
;
&
:hover
{
transform
:
translateY
(
-5px
);
border-radius
:
1
.5rem
;
}
}
.button
{
@extend
%default-button
;
}
...
...
@@ -30,11 +30,11 @@
.button--primary
,
.button-primary
{
color
:
#fff
;
background
:
#140
C
40
;
background
:
#140
c
40
;
border
:
1px
solid
transparent
;
&
:hover
{
color
:
#140
C
40
;
border
:
1px
solid
#140
C
40
;
color
:
#140
c
40
;
border
:
1px
solid
#140
c
40
;
background
:
#fff
;
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment