mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-28 15:03:58 -04:00
FIX: select + replies could not be selected
This commit is contained in:
parent
620c3b3dcd
commit
a7618ec4f6
1 changed files with 7 additions and 6 deletions
|
@ -944,16 +944,17 @@ $topic-avatar-width: 45px;
|
||||||
|
|
||||||
.select-posts {
|
.select-posts {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 5px;
|
left: 100%;
|
||||||
z-index: 490;
|
z-index: 490;
|
||||||
top: 4px;
|
top: 8px;
|
||||||
|
width: 800px;
|
||||||
|
height: 100px;
|
||||||
|
background-color: $secondary;
|
||||||
|
|
||||||
button {
|
button {
|
||||||
|
margin-left: 8px;
|
||||||
background-color: scale-color($primary, $lightness: 70%);
|
background-color: scale-color($primary, $lightness: 70%);
|
||||||
border-top: 1px solid $tertiary;
|
border: 1px solid scale-color($primary, $lightness: 60%);
|
||||||
border-left: 1px solid $tertiary;
|
|
||||||
border-bottom: 1px solid scale-color-diff();
|
|
||||||
border-right: 1px solid scale-color-diff();
|
|
||||||
color: $primary;
|
color: $primary;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue