react/packages/react-devtools-shared/src/devtools/views/Profiler/SnapshotSelector.css

31 lines
495 B
CSS
Raw Normal View History

2019-03-11 10:16:34 +08:00
.Button {
flex: 0 0 auto;
2019-03-11 10:16:34 +08:00
margin-left: 0.25rem;
}
.Commits {
height: 100%;
min-width: 30px;
2019-03-11 10:16:34 +08:00
margin-left: 0.25rem;
overflow: visible;
2019-03-11 10:16:34 +08:00
}
.Commits:focus {
outline: none;
background-color: var(--color-button-background-focus);
}
.IndexLabel {
flex: 0 0 auto;
2019-03-14 07:25:29 +08:00
white-space: nowrap;
font-family: var(--font-family-monospace);
2019-03-17 05:06:41 +08:00
margin-left: 0.25rem;
}
2019-03-14 08:00:44 +08:00
.NoCommits {
height: 100%;
display: flex;
align-items: center;
justify-content: center;
color: var(--color-dim);
}