Sha256: 670bdb2106a4dd5619706c58b18ac136e6de2e19de1cc0b5c92a40e6237d65d6
Contents?: true
Size: 1.18 KB
Versions: 86
Compression:
Stored size: 1.18 KB
Contents
/* State */ /* Default 32px */ .state, /* TODO: Deprecate */ .State { display: inline-block; padding: 5px var(--control-medium-paddingInline-normal); font-size: var(--text-body-size-medium); font-weight: var(--base-text-weight-medium); line-height: var(--control-medium-lineBoxHeight); text-align: center; white-space: nowrap; border-radius: 2em; } .state, /* TODO: Deprecate */ .State, .State--draft { color: var(--fgColor-onEmphasis); background-color: var(--bgColor-neutral-emphasis); border: var(--borderWidth-thin) solid transparent; } .State--open { color: var(--fgColor-onEmphasis); background-color: var(--bgColor-open-emphasis, var(--color-open-emphasis)); } .State--merged { color: var(--fgColor-onEmphasis); background-color: var(--bgColor-done-emphasis, var(--color-done-emphasis)); } .State--closed { color: var(--fgColor-onEmphasis); background-color: var(--bgColor-closed-emphasis, var(--color-closed-emphasis)); } /* Small 24px */ .State--small { padding: 0 10px; font-size: var(--text-body-size-small); line-height: var(--base-size-24); & .octicon { width: 1em; /* Ensures different icons don't change State indicator width */ } }
Version data entries
86 entries across 86 versions & 2 rubygems