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;
|
|
|
|
}
|
|
|
|
|
2018-06-08 05:49:31 -04: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 {
|
2020-08-03 22:57:10 -04:00
|
|
|
box-shadow: inset 3px 0 0 var(--danger); // needs to be inset for Edge
|
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);
|
2013-09-20 19:33:49 -04:00
|
|
|
}
|
|
|
|
|
2021-08-02 18:36:48 -04:00
|
|
|
.tabLoc:focus {
|
|
|
|
outline: none;
|
|
|
|
}
|
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
2014-01-24 09:17:31 -05:00
|
|
|
.keyboard-shortcuts-modal .modal-body {
|
2016-08-10 22:41:32 -04:00
|
|
|
max-height: 560px;
|
2014-01-24 09:17:31 -05:00
|
|
|
}
|
|
|
|
|
2020-03-09 12:37:32 -04:00
|
|
|
.keyboard-shortcuts-modal .modal-inner-container {
|
|
|
|
max-width: 880px;
|
|
|
|
}
|
|
|
|
|
2013-09-20 19:33:49 -04:00
|
|
|
#keyboard-shortcuts-help {
|
2022-03-01 15:37:26 -05:00
|
|
|
display: grid;
|
|
|
|
grid-gap: 0.5em 1.25em;
|
|
|
|
grid-template-columns: repeat(3, 1fr);
|
|
|
|
&:focus {
|
|
|
|
outline: none;
|
|
|
|
}
|
2020-03-09 12:37:32 -04:00
|
|
|
|
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;
|
2020-03-09 12:37:32 -04:00
|
|
|
margin-bottom: 2rem;
|
2014-08-14 05:54:53 -04:00
|
|
|
margin-left: 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 {
|
2020-08-03 22:57:10 -04:00
|
|
|
background: var(--primary-very-low);
|
2020-03-09 12:37:32 -04:00
|
|
|
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 {
|
|
|
|
font-family: $base-font-family;
|
|
|
|
font-weight: bold;
|
2013-09-20 19:33:49 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|