mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 00:17:32 +09:00
Issue #21 - Part 2: Remove experiment extension assets and styling
This commit is contained in:
parent
369e68a663
commit
9f8aa81a87
9 changed files with 0 additions and 107 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 822 B |
|
|
@ -276,9 +276,6 @@
|
|||
#category-dictionary > .category-icon {
|
||||
list-style-image: url("chrome://mozapps/skin/extensions/category-dictionaries.png");
|
||||
}
|
||||
#category-experiment > .category-icon {
|
||||
list-style-image: url("chrome://mozapps/skin/extensions/category-experiments.png");
|
||||
}
|
||||
#category-availableUpdates > .category-icon {
|
||||
list-style-image: url("chrome://mozapps/skin/extensions/category-available.png");
|
||||
}
|
||||
|
|
@ -499,10 +496,6 @@
|
|||
list-style-image: url("chrome://mozapps/skin/extensions/dictionaryGeneric.png");
|
||||
}
|
||||
|
||||
.addon-view[type="experiment"] .icon {
|
||||
list-style-image: url("chrome://mozapps/skin/extensions/experimentGeneric.png");
|
||||
}
|
||||
|
||||
.name-container {
|
||||
font-size: 150%;
|
||||
font-weight: bold;
|
||||
|
|
@ -1205,30 +1198,3 @@ button.button-link:not([disabled="true"]):active:hover {
|
|||
.header-button > .toolbarbutton-text {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/*** telemetry experiments ***/
|
||||
|
||||
#detail-experiment-container {
|
||||
font-size: 80%;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
#detail-experiment-bullet-container,
|
||||
#detail-experiment-state,
|
||||
#detail-experiment-time,
|
||||
.experiment-bullet-container,
|
||||
.experiment-state,
|
||||
.experiment-time {
|
||||
vertical-align: middle;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.addon .experiment-bullet,
|
||||
#detail-experiment-bullet {
|
||||
fill: rgb(158, 158, 158);
|
||||
}
|
||||
|
||||
.addon[active="true"] .experiment-bullet,
|
||||
#detail-view[active="true"] #detail-experiment-bullet {
|
||||
fill: rgb(106, 201, 20);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue