Skip to content
Snippets Groups Projects
Commit 4c5e8510 authored by Eric Eastwood's avatar Eric Eastwood
Browse files

Fix recent searches icon alignment in Safari

parent 069c54a7
No related branches found
No related tags found
No related merge requests found
Pipeline #
Loading
Loading
@@ -246,9 +246,15 @@
}
}
 
.filtered-search-history-dropdown-toggle-button {
.filtered-search-history-dropdown-wrapper {
position: initial;
flex-shrink: 0;
display: flex;
align-items: center;
flex-direction: column;
}
.filtered-search-history-dropdown-toggle-button {
flex: 1;
width: auto;
height: 100%;
padding-top: 0;
Loading
Loading
@@ -264,6 +270,7 @@
border-right: 1px solid $border-color;
 
color: $gl-text-color-secondary;
line-height: 1;
 
transition: color 0.1s linear;
 
Loading
Loading
@@ -275,9 +282,12 @@
}
 
.dropdown-toggle-text {
display: inline-block;
vertical-align: middle;
color: inherit;
 
.fa {
vertical-align: middle;
color: inherit;
}
}
Loading
Loading
@@ -288,11 +298,6 @@
 
}
 
.filtered-search-history-dropdown-wrapper {
position: initial;
flex-shrink: 0;
}
.filtered-search-history-dropdown {
width: 40%;
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment