Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Письменов Дмитрий Иванович
/
yourroomads
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 46e9a427
authored
Apr 03, 2019
by
Jonathan Reinink
Committed by
GitHub
Apr 03, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2 from diaafares/Fix-filter-button-styling-in-Firefox
Fix Filter button styling for Firefox
2 parents
a6dd900b
d0bf3fbf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
resources/js/Shared/SearchFilter.vue
resources/js/Shared/SearchFilter.vue
View file @
46e9a42
<
template
>
<
template
>
<div
class=
"flex items-center"
>
<div
class=
"flex items-center"
>
<div
class=
"flex w-full bg-white shadow rounded"
>
<div
class=
"flex w-full bg-white shadow rounded"
>
<dropdown
class=
"px-4 md:px-6 rounded-l border-r flex items-baseline hover:bg-grey-lightest focus:border-white focus:shadow-outline focus:z-10"
placement=
"bottom-start"
>
<dropdown
class=
"px-4 md:px-6 rounded-l border-r hover:bg-grey-lightest focus:border-white focus:shadow-outline focus:z-10"
placement=
"bottom-start"
>
<span
class=
"text-grey-darkest hidden md:block"
>
Filter
</span>
<div
class=
"flex items-baseline"
>
<svg
class=
"w-2 h-2 fill-grey-darker md:ml-2"
xmlns=
"http://www.w3.org/2000/svg"
viewBox=
"0 0 961.243 599.998"
>
<span
class=
"text-grey-darkest hidden md:block"
>
Filter
</span>
<path
d=
"M239.998 239.999L0 0h961.243L721.246 240c-131.999 132-240.28 240-240.624 239.999-.345-.001-108.625-108.001-240.624-240z"
/>
<svg
class=
"w-2 h-2 fill-grey-darker md:ml-2"
xmlns=
"http://www.w3.org/2000/svg"
viewBox=
"0 0 961.243 599.998"
>
</svg>
<path
d=
"M239.998 239.999L0 0h961.243L721.246 240c-131.999 132-240.28 240-240.624 239.999-.345-.001-108.625-108.001-240.624-240z"
/>
</svg>
</div>
<div
slot=
"dropdown"
class=
"mt-2 px-4 py-6 w-screen shadow-lg bg-white rounded"
:style=
"
{ maxWidth: `${maxWidth}px` }">
<div
slot=
"dropdown"
class=
"mt-2 px-4 py-6 w-screen shadow-lg bg-white rounded"
:style=
"
{ maxWidth: `${maxWidth}px` }">
<slot
/>
<slot
/>
</div>
</div>
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment