Skip to content

Commit

Permalink
Updated dist
Browse files Browse the repository at this point in the history
  • Loading branch information
conor-cafferkey-sociomantic committed Oct 11, 2017
1 parent 1c3ab22 commit 17ad588
Show file tree
Hide file tree
Showing 10 changed files with 1,389 additions and 910 deletions.
453 changes: 275 additions & 178 deletions demo/demoDist.js

Large diffs are not rendered by default.

14 changes: 6 additions & 8 deletions dist/flounder-structure.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
{
display: inline-block;
text-align: left;
user-select: none;
width: 18rem;
}

Expand Down Expand Up @@ -250,26 +249,24 @@ input:active ~ .flounder__arrow--wrapper
}


.flounder--hidden,
.flounder--search--hidden
.flounder--hidden
{
left: -999999px;
position: absolute;
}


.flounder__disabled,
.flounder__disabled--option
.flounder--search--hidden
{
cursor: auto;
pointer-events: none;
display: none;
}


.flounder__disabled
{
border-color: #cccccc;
color: #cccccc;
cursor: auto;
pointer-events: none;
}


Expand Down Expand Up @@ -320,6 +317,7 @@ div:focus > .flounder__multiple__tag__close
margin-right: 4px;
padding: 4px 5px;
position: relative;
user-select: none;
z-index: 2;
}

Expand Down
Loading

0 comments on commit 17ad588

Please sign in to comment.