Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
drupal
Commits
4d65de51
Unverified
Commit
4d65de51
authored
Apr 07, 2021
by
lauriii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#3207032
by kostyashupenko, mherchel: Back button, alignment bug in IE11 / Olivero
parent
ee5ee65f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
core/themes/olivero/css/components/button.css
core/themes/olivero/css/components/button.css
+5
-0
core/themes/olivero/css/components/button.pcss.css
core/themes/olivero/css/components/button.pcss.css
+3
-0
No files found.
core/themes/olivero/css/components/button.css
View file @
4d65de51
...
...
@@ -152,6 +152,11 @@
background-color
:
#d7e1e8
;
}
.button--icon-back
{
display
:
inline-flex
;
align-items
:
center
}
[
dir
=
"ltr"
]
.button--icon-back
:before
{
margin-right
:
0.5em
}
...
...
core/themes/olivero/css/components/button.pcss.css
View file @
4d65de51
...
...
@@ -102,6 +102,9 @@
}
.button--icon-back
{
display
:
inline-flex
;
align-items
:
center
;
&:before
{
display
:
block
;
width
:
0.5em
;
...
...
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