mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
[mv3] Remove unused CSS declarations
This commit is contained in:
parent
a38aa48368
commit
a2d8429738
2 changed files with 3 additions and 38 deletions
|
|
@ -99,31 +99,6 @@ body[data-forbid~="picker"] #gotoPicker {
|
|||
margin-top: var(--popup-gap);
|
||||
}
|
||||
|
||||
.rulesetTools {
|
||||
background-color: transparent;
|
||||
border: 0;
|
||||
box-sizing: border-box;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-evenly;
|
||||
width: 25%;
|
||||
}
|
||||
.rulesetTools [id] {
|
||||
background-color: var(--popup-ruleset-tool-surface);
|
||||
border-radius: 4px;
|
||||
cursor: pointer;
|
||||
fill: var(--popup-ruleset-tool-ink);
|
||||
flex-grow: 1;
|
||||
font-size: 2.2em;
|
||||
padding: 0;
|
||||
visibility: hidden;
|
||||
}
|
||||
.rulesetTools [id]:not(:first-of-type) {
|
||||
margin-block-start: 1px;
|
||||
}
|
||||
.rulesetTools [id] > svg {
|
||||
fill: var(--ink-4);
|
||||
}
|
||||
body.needReload #refresh {
|
||||
visibility: visible;
|
||||
}
|
||||
|
|
@ -143,7 +118,6 @@ body.needReload #refresh {
|
|||
font-size: small;
|
||||
color: var(--ink-2);
|
||||
line-height: calc(var(--font-size) * 1.8);
|
||||
margin-inline-start: 0.5em;
|
||||
}
|
||||
.toolRibbon .tool {
|
||||
cursor: pointer;
|
||||
|
|
@ -161,11 +135,8 @@ body.needReload #refresh {
|
|||
.toolRibbon .tool:not(.enabled) {
|
||||
display: none;
|
||||
}
|
||||
body.mobile.no-tooltips .toolRibbon .tool {
|
||||
font-size: 1.6em;
|
||||
}
|
||||
.toolRibbon.genericTools {
|
||||
margin-bottom: 0;
|
||||
.toolRibbon.localTools > * {
|
||||
padding: 0 0.5em;
|
||||
}
|
||||
|
||||
body:not([data-section~="a"]) [data-section="a"] {
|
||||
|
|
@ -187,12 +158,6 @@ body:not([data-section~="b"]) [data-section="b"] {
|
|||
:root.desktop {
|
||||
display: flex;
|
||||
}
|
||||
:root.desktop .rulesetTools [id]:hover {
|
||||
background-color: var(--popup-ruleset-tool-surface-hover);
|
||||
}
|
||||
:root.desktop .rulesetTools [id]:hover > svg {
|
||||
fill: var(--ink-2);
|
||||
}
|
||||
:root.desktop .tool:hover {
|
||||
background-color: var(--popup-toolbar-surface-hover);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
<title data-i18n="extName"></title>
|
||||
</head>
|
||||
|
||||
<body class="loading" data-section="">
|
||||
<body class="loading">
|
||||
|
||||
<div id="main">
|
||||
<div id="hostname"><span></span>­<span></span></div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue