Bug 1571435 - Overrode the .active class for snippets with buttons, to prevent a double highlight. (#5224)
This commit is contained in:
Родитель
993d044673
Коммит
5ea99ba12c
|
@ -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;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче