Codebase list gnome-shell-extensions / de17c4f0-7fd8-42a4-9ef0-07a69befad8e/upstream data / gnome-shell-sass / widgets / _base.scss
de17c4f0-7fd8-42a4-9ef0-07a69befad8e/upstream

Tree @de17c4f0-7fd8-42a4-9ef0-07a69befad8e/upstream (Download .tar.gz)

_base.scss @de17c4f0-7fd8-42a4-9ef0-07a69befad8e/upstreamraw · history · blame

// Links
.shell-link {
  color: $link_color;

  &:hover {
    color: lighten($link_color, 10%);
  }
}

// Outline for low res icons
.lowres-icon {
  icon-shadow: 0 1px 2px rgba(black, 0.3);
}

// Dropshadow for large icons
.icon-dropshadow {
  icon-shadow: 0 1px 2px rgba(black, 0.4);
}