MDL-81436 theme: Fix scope of showmore button selector
Co-authored-by: Mikel Martín <[email protected]>
This commit is contained in:
co-authored by
Mikel Martín
parent
9242f9619a
commit
9cb53a98e0
@@ -31,7 +31,7 @@
|
||||
<div class="showmore-container collapsed {{$extraclasses}}{{extraclasses}}{{/extraclasses}}" data-region="showmore">
|
||||
<button
|
||||
type="button"
|
||||
class="btn btn-sm btn-link p-0 {{$buttonextraclasses}}{{buttonextraclasses}}{{/buttonextraclasses}}"
|
||||
class="showmore-button btn btn-sm btn-link p-0 {{$buttonextraclasses}}{{buttonextraclasses}}{{/buttonextraclasses}}"
|
||||
aria-expanded="false"
|
||||
data-action="toggle-content"
|
||||
>
|
||||
|
||||
@@ -3080,11 +3080,9 @@ blockquote {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
button {
|
||||
.showmore-button {
|
||||
float: right;
|
||||
&.btn-link {
|
||||
text-decoration: none;
|
||||
}
|
||||
text-decoration: none;
|
||||
.icon {
|
||||
font-size: $btn-font-size-sm;
|
||||
margin: 0;
|
||||
|
||||
@@ -28533,13 +28533,11 @@ blockquote {
|
||||
.showmore-container:not(.collapsed) .collapsed-content {
|
||||
display: none;
|
||||
}
|
||||
.showmore-container button {
|
||||
.showmore-container .showmore-button {
|
||||
float: right;
|
||||
}
|
||||
.showmore-container button.btn-link {
|
||||
text-decoration: none;
|
||||
}
|
||||
.showmore-container button .icon {
|
||||
.showmore-container .showmore-button .icon {
|
||||
font-size: 0.8203125rem;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
@@ -28533,13 +28533,11 @@ blockquote {
|
||||
.showmore-container:not(.collapsed) .collapsed-content {
|
||||
display: none;
|
||||
}
|
||||
.showmore-container button {
|
||||
.showmore-container .showmore-button {
|
||||
float: right;
|
||||
}
|
||||
.showmore-container button.btn-link {
|
||||
text-decoration: none;
|
||||
}
|
||||
.showmore-container button .icon {
|
||||
.showmore-container .showmore-button .icon {
|
||||
font-size: 0.8203125rem;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user