Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Issue forks
socialbase-3217134
Commits
3b2f1af6
Commit
3b2f1af6
authored
Apr 19, 2021
by
Agami4
Browse files
Issue
#3209483
by agami4: Improve z-index styles for the card__actionbar
parent
df8e7373
Changes
2
Hide whitespace changes
Inline
Side-by-side
assets/css/cards.css
View file @
3b2f1af6
...
...
@@ -85,7 +85,7 @@ summary.card__title {
margin-top
:
-1.25rem
;
padding
:
1.25rem
;
position
:
relative
;
z-index
:
2
;
z-index
:
1
;
}
.card__actionbar
:before
,
.card__actionbar
:after
{
...
...
components/02-atoms/cards/cards.scss
View file @
3b2f1af6
...
...
@@ -140,7 +140,7 @@ summary.card__title {
margin-top
:
-
$card-spacer-x
;
padding
:
$card-spacer-x
;
position
:
relative
;
z-index
:
2
;
z-index
:
1
;
}
.card__link
{
...
...
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