2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-12 21:10:47 +08:00

FEATURE: use a when search result is focused to add to composer

This commit is contained in:
Sam 2017-08-17 12:39:43 -04:00
parent d29fc781fb
commit dc4d5677eb
4 changed files with 66 additions and 75 deletions

View file

@ -149,12 +149,6 @@
text-align: center;
}

li.selected {
background-color: $highlight-medium;
}
li:focus {
outline: none;
}
.filter {
padding: 0;
&:hover {background: transparent;}