قرینه از
https://github.com/matomo-org/matomo.git
synced 2025-08-22 06:57:53 +00:00

* Allow custom loading message for widget loader * apply new layout to header and footer of no data page * implement layout of tracking method view * layout improvements * implement recommended method * add hidden share button for later * Refactor rendering into vue component * implement details view for tracking methods * implement url handling for tab selection * show notifications in details only if it was detectd * improve events and move some stuff to tagmanager * some layout tweaks * Consolidate EmptySite UI test suites into one * move test to tag manager * code cleanup * removes some unused translations * further adjustments to various method details * implement method to allow recommendation overwrite * allow selecting specific details view in css * implement global list styling * move tagmanager specific styling to plugin * remove GA3 and GA4 notifications from tracking code screen * remove no longer needed tests and fixtures * ensure url parameter uses same case as before * layout and code fixes * improve global list style * fix sorting * updates expected UI test files * submodule update * update outdated css selectors * avoid unnecessary screenshots in updater tests * fix parameter type hint * Move check for tracked data to vue component instead of reusing the live widget * don't show GA Import on others screen when plugin is available * improve layout so it works with two line names * use flex layout to be able shorten text to two lines (#21304) * remove indention of test feature result * fix sizing of code block elements in numbered lists * Improve handling of CTA buttons * adjust css * submodule update
24 خطوط
430 B
Plaintext
24 خطوط
430 B
Plaintext
.trackingCodeAdvancedOptions {
|
|
.advance-option {
|
|
font-style: normal;
|
|
font-weight: 600;
|
|
font-size: 14px;
|
|
line-height: 21px;
|
|
margin-top: 2rem;
|
|
margin-bottom: 1.5rem;
|
|
|
|
#start-tracking-details[data-method="Matomo"] & {
|
|
margin-top: 1rem;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none !important;
|
|
color: @color-green-matomo;
|
|
|
|
&:focus {
|
|
outline: unset !important;
|
|
}
|
|
}
|
|
}
|
|
}
|