improve(pdf): support toggle area highlight mode from toolbar

This commit is contained in:
charlie
2021-08-06 11:48:45 +08:00
parent 71000a4e4d
commit cdc000efbf
4 changed files with 90 additions and 28 deletions

View File

@@ -73,12 +73,21 @@
display: flex;
align-items: center;
margin-left: 8px;
padding: 4px 6px;
margin-right: 8px;
padding: 4px 2px;
color: var(--ls-icon-color);
background-color: transparent;
transition: none;
&.is-info {
opacity: .3;
}
&.is-active {
opacity: 1;
border-bottom: 2px solid #969494;
border-radius: 0;
}
}
}
}
@@ -175,7 +184,7 @@
&-settings {
&-inner.hls-popup-box {
position: absolute;
right: 96px;
right: 206px;
width: 178px;
padding: 15px 10px;
}
@@ -541,7 +550,6 @@
.hl-area {
display: block;
padding: 10px 0;
img {
margin: 0;