mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
[Editor] Reduce a bit of CSS duplication for the highlight-thickness "indicators"
This commit is contained in:
parent
c7e7122e25
commit
e781b553cb
1 changed files with 5 additions and 10 deletions
|
@ -1192,7 +1192,8 @@
|
|||
opacity: 0.4;
|
||||
}
|
||||
|
||||
&::before {
|
||||
&::before,
|
||||
&::after {
|
||||
content: "";
|
||||
width: 8px;
|
||||
aspect-ratio: 1;
|
||||
|
@ -1200,20 +1201,14 @@
|
|||
border-radius: 100%;
|
||||
background-color: var(--example-color);
|
||||
}
|
||||
&::after {
|
||||
width: 24px;
|
||||
}
|
||||
|
||||
.editorParamsSlider {
|
||||
width: unset;
|
||||
height: 14px;
|
||||
}
|
||||
|
||||
&::after {
|
||||
content: "";
|
||||
width: 24px;
|
||||
aspect-ratio: 1;
|
||||
display: block;
|
||||
border-radius: 100%;
|
||||
background-color: var(--example-color);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue