1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-01-22 03:18:31 +01:00

enabled copying from settings description when they are "hidden"

Fixes #334
This commit is contained in:
kkapsner 2019-04-10 08:38:35 +02:00
parent eb8906ea3b
commit 59f8e38722
2 changed files with 10 additions and 4 deletions

View File

@ -71,7 +71,15 @@ header .bookmarkNotice .dontShowOptionsOnUpdate input {
}
.settings.hideDescriptions .settingRow .info {
margin: 0 0.5em;
margin: -0.5em 0;
width: 2em;
height: 100%;
display: inline-block;
}
.settings.hideDescriptions .settingRow .info::after {
font-family: Serif;
content: "i";
margin: 0.5em;
border-radius: 100%;
background-color: gray;
width: 1em;
@ -82,9 +90,6 @@ header .bookmarkNotice .dontShowOptionsOnUpdate input {
font-weight: bold;
color: white;
}
.settings.hideDescriptions .settingRow .info::after {
content: "i";
}
.settings.hideDescriptions .settingRow .info .description {
display: none;
}

View File

@ -9,6 +9,7 @@ Version 0.5.9:
fixes:
- search could show hidden settings
- faking audio did not work with white random generator
- enabled copying from settings description when they are "hidden"
known issues:
- if a data URL is blocked the page action button does not appear