Compare commits

..

No commits in common. "313974dc7deec978615796b1a041be1ebae28c8c" and "043d991aff1035edc290be2f05b885c4ab503d19" have entirely different histories.

2 changed files with 1 additions and 10 deletions

View file

@ -448,7 +448,7 @@ dd {
// <https://gitlab.com/gitlab-org/gitlab/-/blob/7a6e4f24d0d828500a7c7b6eb84973a1b4c35534/app/assets/stylesheets/framework/typography.scss#L403-417> // <https://gitlab.com/gitlab-org/gitlab/-/blob/7a6e4f24d0d828500a7c7b6eb84973a1b4c35534/app/assets/stylesheets/framework/typography.scss#L403-417>
ul > li.task-list-item { ul > li.task-list-item {
list-style-type: none; list-style-type: none;
> input[type='checkbox']:first-child { input[type='checkbox']:first-child {
margin: 0 0.2em 0.25em -1.6em; margin: 0 0.2em 0.25em -1.6em;
vertical-align: middle; vertical-align: middle;
} }

View file

@ -12,12 +12,3 @@
} }
*/ */
} }
@-moz-document url(about:home), url(about:newtab) {
/* <https://github.com/black7375/Firefox-UI-Fix/blob/3f9ac3032ce90b46a190ac16b29ecf2488290d51/userContent.css#L12-L16> */
/* <https://searchfox.org/mozilla-central/rev/74f3c420ee54001059e1850bef3be876749ff873/browser/components/newtab/content-src/components/TopSites/_TopSites.scss#125-126> */
.top-site-outer .tile .icon-wrapper {
width: 100% !important;
height: 100% !important;
}
}