Sha256: 70fb51c72e7f9d90dd2ae8e3ff5c7ad94d8581beb843a8ca74d602100dc768d7
Contents?: true
Size: 544 Bytes
Versions: 11
Compression:
Stored size: 544 Bytes
Contents
.table_view { border-spacing: 0 1px; margin-top: -1px; th { padding: space(1) space(2); border-bottom: solid 1px var(--ui-on-surface-color-lighter); text-align: left; font-weight: 500; } td { padding: space(2); } tr:hover td { background-color: var(--ui-selection-color-lighter); } tr.is_selected > td { background-color: var(--ui-selection-color-light); } tr.blank_slate > td { text-align: center; background-color: transparent; color: var(--ui-on-surface-color-light); } }
Version data entries
11 entries across 11 versions & 1 rubygems