Merge branch 'master' into fixes-168

This commit is contained in:
Shivangi Kakkar
2019-01-11 10:33:54 +09:00
committed by GitHub
10 changed files with 129 additions and 62 deletions
+7 -1
View File
@@ -46,6 +46,7 @@ body {
--small-radius: 3px;
--icon-button-size: calc(calc(var(--block-line-separation-size) * 2) + 1.66rem); /* 20px */
--column-panel-inline-size: 268px;
--inactive-opacity: 0.3;
}
@media (min-resolution: 1dppx) {
@@ -538,7 +539,7 @@ span ~ .panel-header-text {
}
#current-tab > label > input:checked {
background-image: url("chrome://global/skin/in-content/check.svg#check-native");
background-image: url("/img/check.svg");
background-position: -1px -1px;
background-size: var(--icon-size);
}
@@ -579,6 +580,11 @@ span ~ .panel-header-text {
max-inline-size: 204px;
}
.disable-edit-containers {
opacity: var(--inactive-opacity);
pointer-events: none;
}
.userContext-wrapper {
align-items: center;
display: flex;