Sha256: 76ab8ad1a860439707e34789f2e10aab43dd11ab2f88cb66d95b9a36405efbc0

Contents?: true

Size: 987 Bytes

Versions: 9

Compression:

Stored size: 987 Bytes

Contents

input[type="checkbox"]:checked::after,
input[type="checkbox"]:indeterminate::after {
  position: absolute;
  left: -5px;
  display: block;
  top: -5px;
  width: 21px;
  height: 21px;
}

input[type="checkbox"]:checked::after {
  content: image-url('georgia/checkmark.png');
}
input[type="checkbox"]:indeterminate::after {
  content: image-url('georgia/indeterminate.png');
}

input[type="checkbox"] {
  border: initial;
  padding: 0;
  box-sizing: border-box;
  line-height: normal;
  margin: 2px 0 0;
  outline: none;
  position: relative;
  width: 13px;
  height: 13px;
  background: white;
  border: 1px solid #b2b2b2;
  border-width: 0\0;
  border-radius: 1px;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;

  &:hover {
    border-color: #777;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: none \9;
  }

  &:checked, &:indeterminate, &:focus {
    background: #fff;
    outline: 0;
  }
}

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
georgia-0.8.0 app/assets/stylesheets/georgia/components/_checkbox.scss
georgia-0.7.8 app/assets/stylesheets/georgia/components/_checkbox.scss
georgia-0.7.7 app/assets/stylesheets/georgia/components/_checkbox.scss
georgia-0.7.6 app/assets/stylesheets/georgia/components/_checkbox.scss
georgia-0.7.5 app/assets/stylesheets/georgia/components/_checkbox.scss
georgia-0.7.4 app/assets/stylesheets/georgia/components/_checkbox.scss
georgia-0.7.3 app/assets/stylesheets/georgia/components/_checkbox.scss
georgia-0.7.2 app/assets/stylesheets/georgia/components/_checkbox.scss
georgia-0.7.1 app/assets/stylesheets/georgia/components/_checkbox.scss