Sha256: 4156c9bb82f8a23b5baecf0ca735ca7cac249be84322dfea7d6a5923c7331039

Contents?: true

Size: 346 Bytes

Versions: 6

Compression:

Stored size: 346 Bytes

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;
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
thredded-0.5.1 app/assets/stylesheets/thredded/base/_nav.scss
thredded-0.5.0 app/assets/stylesheets/thredded/base/_nav.scss
thredded-0.4.0 app/assets/stylesheets/thredded/base/_nav.scss
thredded-0.3.2 app/assets/stylesheets/thredded/base/_nav.scss
thredded-0.3.1 app/assets/stylesheets/thredded/base/_nav.scss
thredded-0.3.0 app/assets/stylesheets/thredded/base/_nav.scss