* PLT-6797 - Code block language tag not selectable

* PLT-6771 - Aligning search box with RHS

* PLT-6827 - Fixing link color in error bar

* PLT-6241 - Adding edge detection
Этот коммит содержится в:
Asaad Mahmood
2017-06-23 07:28:04 +05:00
коммит произвёл Joram Wilander
родитель d8cd38f483
Коммит dfbb16521c
9 изменённых файлов: 31 добавлений и 21 удалений

Просмотреть файл

@@ -20,7 +20,6 @@
// stays on the top and don't get hidden by the
// search's input block
float: right;
margin-right: -18px;
padding-right: 0px !important;
position: relative;
z-index: 6;

Просмотреть файл

@@ -426,6 +426,7 @@
.app__body {
.channel-header__links {
display: inline-block;
font-family: 'Open Sans', sans-serif;
font-size: 22px;
height: 30px;

Просмотреть файл

@@ -92,6 +92,7 @@ h6 {
.post-code__language {
@include opacity(0);
@include transition(opacity, .6s);
@include unselectable;
background: #21586d;
border-radius: 0 0 0 2px;
color: $white;