Merge branch 'gm-firefox-69-symbol-added-to-summary' into 'staging'
Resolve "(Firefox 69) Symbol added to summary" See merge request startinblox/applications/sib-app!62
This commit is contained in:
commit
0cc9887a0d
@ -65,7 +65,7 @@
|
|||||||
summary {
|
summary {
|
||||||
|
|
||||||
&::-moz-list-bullet {
|
&::-moz-list-bullet {
|
||||||
list-style-type: none;
|
list-style-type: none; /* To remove the disclosure triangle on Firefox v.<69 */
|
||||||
}
|
}
|
||||||
|
|
||||||
&::-webkit-details-marker {
|
&::-webkit-details-marker {
|
||||||
@ -114,6 +114,8 @@
|
|||||||
summary {
|
summary {
|
||||||
padding: 18px;
|
padding: 18px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
display: block; /* To remove the disclosure triangle on Firefox v.>=69 */
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
background-color: $color-233-18-29;
|
background-color: $color-233-18-29;
|
||||||
color: $color-0-0-100;
|
color: $color-0-0-100;
|
||||||
|
Loading…
Reference in New Issue
Block a user