Sha256: 875f4f529665c163369cb6afbb66f6963fdf35cc24634b79f9c31750ed153d8b

Contents?: true

Size: 1.7 KB

Versions: 65

Compression:

Stored size: 1.7 KB

Contents

//----------------------------------------------
// horizontal layout
$wrap-middle-width: 60%;
$wrap-outter-width: (100% - $wrap-middle-width)/2;
//----------------------------------------------

#selector-test {
  position: relative;
  text-align: center;
  padding: $selector-test-toolbar-vt-padding 0;
  .wrap {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    padding: 0 .5em;
    &.middle { width: $wrap-middle-width; }
    &.outter { width: $wrap-outter-width; }
  }//.wrap

  #query { width: 100%; }

  label {
    display: block;
    text-align: left;
    text-transform: capitalize;
    &:after {
      content: "#{$arrow-right-down}";
      font-size: .8em;
      font-weight: bold;
      padding-left: .3em;
    }
  }//label
}//#selector-test

$drop-indicator-width: 2em;

.dropdown {
  position: relative;
  display: block;
  width: 100%;

  * { z-index: $dropdown-child-z; }

  button {
    position: relative;
    width: 100%;
    padding-left: .8em;
    padding-right: $drop-indicator-width;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }//button

  ul {
    position: absolute;
    top: 100%;
    width: 100%;
    float: left;
    opacity: 0;
    visibility: hidden;
    @include transition-two( visibility 0s linear 0.2s,opacity 0.2s linear );
    &.shown {
      opacity: 1;
      visibility:visible;
      @include transition-delay( 0s );
    }//&.shown
  }//ul

  .drop-indicator {
    color: #eee;
    position: absolute;
    width: $drop-indicator-width;
    right: 0;
    top: 6px;
    bottom: 6px;
    border-left: 1px solid white;
    text-align: center;
    cursor: pointer;
    @include user-select( none );
  }//.drop-indicator
}//.dropdown

Version data entries

65 entries across 48 versions & 5 rubygems

Version Path
sc-frank-ios-1.2.3 frank-skeleton/frank_static_resources.bundle/stylesheets/sass/_selector_test_toolbar.scss
frank-cucumber-1.2.5 frank-skeleton/frank_static_resources.bundle/stylesheets/sass/_selector_test_toolbar.scss
frank-cucumber-1.2.4.pre1 frank-skeleton/frank_static_resources.bundle/stylesheets/sass/_selector_test_toolbar.scss
frank-pivotal-1.3.0.pre.2 frank-skeleton/frank_static_resources.bundle/stylesheets/sass/_selector_test_toolbar.scss
sc-frank-cucumber-1.2.1.bba52d7.debug frank-skeleton/frank_static_resources.bundle/stylesheets/sass/_selector_test_toolbar.scss
sc-frank-cucumber-1.2.1.e1e3ccb.debug frank-skeleton/frank_static_resources.bundle/stylesheets/sass/_selector_test_toolbar.scss
sc-frank-cucumber-1.2.1.1a856ca.debug frank-skeleton/frank_static_resources.bundle/stylesheets/sass/_selector_test_toolbar.scss
frank-pivotal-1.3.0.pre.1 frank-skeleton/frank_static_resources.bundle/stylesheets/sass/_selector_test_toolbar.scss
frank-pivotal-1.2.4 frank-skeleton/frank_static_resources.bundle/stylesheets/sass/_selector_test_toolbar.scss
frank-pivotal-1.2.3.pre.2 frank-skeleton/frank_static_resources.bundle/stylesheets/sass/_selector_test_toolbar.scss
frank-pivotal-1.2.3.pre.1 frank-skeleton/frank_static_resources.bundle/stylesheets/sass/_selector_test_toolbar.scss
frank-pivotal-1.2.3 frank-skeleton/frank_static_resources.bundle/stylesheets/sass/_selector_test_toolbar.scss
sc-frank-cucumber-1.2.1.b7791c5.debug frank-skeleton/frank_static_resources.bundle/bundle/stylesheets/sass/_selector_test_toolbar.scss
sc-frank-cucumber-1.2.1.b7791c5.debug frank-skeleton/frank_static_resources.bundle/stylesheets/sass/_selector_test_toolbar.scss
sc-frank-cucumber-1.2.1.b7791c5.debug frank-skeleton/frank_static_resources.bundle/bundle/bundle/stylesheets/sass/_selector_test_toolbar.scss
frank-cucumber-1.2.3 frank-skeleton/frank_static_resources.bundle/stylesheets/sass/_selector_test_toolbar.scss
sc-frank-cucumber-1.2.1.3256dc1.debug frank-skeleton/frank_static_resources.bundle/bundle/stylesheets/sass/_selector_test_toolbar.scss
sc-frank-cucumber-1.2.1.3256dc1.debug frank-skeleton/frank_static_resources.bundle/bundle/bundle/stylesheets/sass/_selector_test_toolbar.scss
sc-frank-cucumber-1.2.1.3256dc1.debug frank-skeleton/frank_static_resources.bundle/stylesheets/sass/_selector_test_toolbar.scss
sc-frank-cucumber-1.2.1.9c95c03.debug frank-skeleton/frank_static_resources.bundle/stylesheets/sass/_selector_test_toolbar.scss