Bug 1571435 - Overrode the .active class for snippets with buttons, to prevent a double highlight. (#5224)

This commit is contained in:
Emily McMinn 2019-08-06 16:47:35 -04:00 коммит произвёл GitHub
Родитель 993d044673
Коммит 5ea99ba12c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -5,6 +5,7 @@
&.withButton { &.withButton {
padding: 0 25px; padding: 0 25px;
margin: auto; margin: auto;
background-color: transparent;
// Add more padding if discovery stream is enabled. // Add more padding if discovery stream is enabled.
.ds-outer-wrapper-breakpoint-override & { .ds-outer-wrapper-breakpoint-override & {
@ -99,6 +100,7 @@
&.withButton { &.withButton {
line-height: 20px; line-height: 20px;
margin-bottom: 10px; margin-bottom: 10px;
background-color: transparent;
.blockButton { .blockButton {
display: none; display: none;