2018-06-08 05:49:31 -04:00
|
|
|
.topic-list-item td:first-child,
|
|
|
|
.topic-post {
|
2013-09-20 19:33:49 -04:00
|
|
|
border-left: 1px solid transparent;
|
|
|
|
}
|
|
|
|
|
2023-12-07 17:03:52 -05:00
|
|
|
.topic-list tr.selected td:first-child,
|
|
|
|
.topic-list-item.selected td:first-child,
|
2020-03-25 00:45:35 -04:00
|
|
|
.latest-topic-list-item.selected,
|
|
|
|
.search-results .fps-result.selected {
|
2023-12-08 11:06:21 -05:00
|
|
|
box-shadow: inset 3px 0 0 var(--danger);
|
2018-07-16 14:51:05 -04:00
|
|
|
}
|
|
|
|
|
2018-06-12 08:24:29 -04:00
|
|
|
.featured-topic.selected,
|
2018-06-08 05:49:31 -04:00
|
|
|
.topic-post.selected {
|
2020-08-03 22:57:10 -04:00
|
|
|
box-shadow: -3px 0 0 var(--danger);
|
2023-12-07 17:03:52 -05:00
|
|
|
}
|
|
|
|
|
2023-12-08 11:06:21 -05:00
|
|
|
.topic-list tr.selected,
|
|
|
|
.topic-list-item.selected,
|
|
|
|
.featured-topic.selected,
|
|
|
|
.topic-post.selected,
|
|
|
|
.latest-topic-list-item.selected,
|
|
|
|
.search-results .fps-result.selected {
|
|
|
|
&:focus-visible {
|
|
|
|
outline: none;
|
|
|
|
}
|
2023-08-29 09:24:16 -04:00
|
|
|
}
|
|
|
|
|
2018-06-12 08:24:29 -04:00
|
|
|
.latest .featured-topic {
|
|
|
|
padding-left: 4px;
|
|
|
|
}
|
|
|
|
|
2013-09-20 19:33:49 -04:00
|
|
|
.topic-list-item.selected {
|
|
|
|
background-color: inherit;
|
|
|
|
}
|
|
|
|
|
2023-02-08 16:39:32 -05:00
|
|
|
.keyboard-shortcuts-modal {
|
|
|
|
.modal-inner-container {
|
2023-07-17 07:16:45 -04:00
|
|
|
width: 100%;
|
2023-02-08 16:39:32 -05:00
|
|
|
--modal-max-width: 80vw;
|
|
|
|
}
|
2020-03-09 12:37:32 -04:00
|
|
|
}
|
|
|
|
|
2013-09-20 19:33:49 -04:00
|
|
|
#keyboard-shortcuts-help {
|
2023-02-08 16:39:32 -05:00
|
|
|
box-sizing: border-box;
|
|
|
|
|
|
|
|
.keyboard-shortcuts-help__container {
|
|
|
|
columns: auto 20em;
|
|
|
|
section {
|
|
|
|
display: inline-block;
|
|
|
|
margin-bottom: 1.5em;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-03-01 15:37:26 -05:00
|
|
|
&:focus {
|
|
|
|
outline: none;
|
|
|
|
}
|
2020-03-09 12:37:32 -04:00
|
|
|
|
2023-02-08 16:39:32 -05:00
|
|
|
kbd:first-child {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
|
2022-03-01 15:37:26 -05:00
|
|
|
@for $i from 1 through 25 {
|
|
|
|
.span-#{$i} {
|
|
|
|
grid-row-end: span $i;
|
|
|
|
}
|
2014-08-14 05:54:53 -04:00
|
|
|
}
|
2020-03-09 12:37:32 -04:00
|
|
|
|
2013-09-20 19:33:49 -04:00
|
|
|
ul {
|
|
|
|
list-style: none;
|
2023-02-08 16:39:32 -05:00
|
|
|
margin: 0;
|
2013-09-20 19:33:49 -04:00
|
|
|
|
|
|
|
li {
|
2020-03-09 12:37:32 -04:00
|
|
|
align-items: center;
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
margin-bottom: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
span {
|
|
|
|
border-radius: 3px;
|
|
|
|
display: inline-flex;
|
|
|
|
margin: 0 6px;
|
2020-06-01 09:00:56 -04:00
|
|
|
padding: 2px 1px 4px;
|
2020-03-09 12:37:32 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
span:first-child {
|
|
|
|
margin-left: 0;
|
2013-09-20 19:33:49 -04:00
|
|
|
}
|
|
|
|
|
2019-05-20 23:39:32 -04:00
|
|
|
kbd {
|
2022-10-12 10:05:42 -04:00
|
|
|
font-family: var(--font-family);
|
2019-05-20 23:39:32 -04:00
|
|
|
font-weight: bold;
|
2013-09-20 19:33:49 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|