Sha256: 263c9182b3e1bbc56538acb6fe93177285d0b79d8247c04d5fa5fa3f5fd3367b

Contents?: true

Size: 1.23 KB

Versions: 32

Compression:

Stored size: 1.23 KB

Contents

%thredded--nav-link {
  color: $thredded-nav-color;
  text-decoration: none;
  transition: $thredded-action-transition;

  &:active,
  &:focus,
  &:hover {
    color: $thredded-nav-hover-color;
    text-decoration: none;
  }

  &:active,
  &:focus {
    outline: none;
  }
}

%thredded--nav-link-current {
  color: $thredded-nav-current-color;
}


%thredded--nav-tabs {
  @extend %thredded--list-unstyled;
  @include thredded--clearfix;
  border-bottom: $thredded-base-border;
  font-size: $thredded-font-size-small;
  margin-left: 0;
  text-align: left;
  list-style-type: none;
}

%thredded--nav-tabs--item {
  display: inline-block;
  margin-right: 1rem;

  a {
    @extend %thredded--nav-link;
    display: inline-block;
    color: $thredded-secondary-nav-color;
    padding: $thredded-small-spacing 0;
  }

  &:last-child {
    margin-right: 0;
  }
}

%thredded--nav-tabs--item-current {
  border-bottom: 1px solid $thredded-action-color;
  margin-bottom: -1px;

  a {
    @extend %thredded--nav-link-current;
  }
}

%thredded--nav-tabs--item--badge {
  background: $thredded-badge-active-background;
  border-radius: 10px;
  color: $thredded-badge-active-color;
  font-size: 0.75rem; // 12px
  line-height: 1;
  margin-left: 0.4rem;
  padding: 2px 6px;
}

Version data entries

32 entries across 32 versions & 2 rubygems

Version Path
thredded-0.15.2 app/assets/stylesheets/thredded/base/_nav.scss
thredded-0.15.1 app/assets/stylesheets/thredded/base/_nav.scss
threddedDANIEL-0.14.5 app/assets/stylesheets/thredded/base/_nav.scss
thredded-0.14.4 app/assets/stylesheets/thredded/base/_nav.scss
thredded-0.14.3 app/assets/stylesheets/thredded/base/_nav.scss
thredded-0.14.2 app/assets/stylesheets/thredded/base/_nav.scss
thredded-0.14.1 app/assets/stylesheets/thredded/base/_nav.scss
thredded-0.14.0 app/assets/stylesheets/thredded/base/_nav.scss
thredded-0.13.8 app/assets/stylesheets/thredded/base/_nav.scss
thredded-0.13.7 app/assets/stylesheets/thredded/base/_nav.scss
thredded-0.13.6 app/assets/stylesheets/thredded/base/_nav.scss
thredded-0.13.5 app/assets/stylesheets/thredded/base/_nav.scss
thredded-0.13.4 app/assets/stylesheets/thredded/base/_nav.scss
thredded-0.13.3 app/assets/stylesheets/thredded/base/_nav.scss
thredded-0.13.2 app/assets/stylesheets/thredded/base/_nav.scss
thredded-0.13.1 app/assets/stylesheets/thredded/base/_nav.scss
thredded-0.13.0 app/assets/stylesheets/thredded/base/_nav.scss
thredded-0.12.4 app/assets/stylesheets/thredded/base/_nav.scss
thredded-0.12.3 app/assets/stylesheets/thredded/base/_nav.scss
thredded-0.12.2 app/assets/stylesheets/thredded/base/_nav.scss