Fix tiny css errors (#5186)

Signed-off-by: Reza Mirjahanian <rmirjahanian@gmail.com>
This commit is contained in:
Reza Mirjahanian
2024-04-07 03:49:08 +07:00
committed by GitHub
parent 034700a65b
commit dee2aeafed
4 changed files with 5 additions and 6 deletions
+3 -3
View File
@@ -71,10 +71,10 @@ audio, canvas, embed, iframe, img, object, svg, video {
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill:focus,
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
@@ -623,7 +623,7 @@ input.search {
}
/* --------- */
.no-word-wrap { word-wrap: none; text-wrap: nowrap; }
.no-word-wrap { word-wrap: normal; text-wrap: nowrap; }
.relative { position: relative; }
.absolute { position: absolute; }
.abs-lt-content {
+1 -1
View File
@@ -1204,7 +1204,7 @@
&::-webkit-scrollbar-track { margin: 0.25rem; }
&::-webkit-scrollbar-thumb { background-color: var(--scrollbar-bar-color); }
&.mask-none { mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 1); }
&.mask-none { mask-image: none }
&.mask-left { mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 1rem); }
&.mask-right { mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 1rem); }
&.mask-both {
+1 -1
View File
@@ -109,7 +109,7 @@
&.full-width {
flex-grow: 1;
background: none;
border-radius: 0px;
border-radius: 0;
box-shadow: none;
width: 100%;
max-width: 100%;
-1
View File
@@ -18,7 +18,6 @@ table.proseTable {
--table-selection-border-width: 2px;
--table-selection-border-indent: -2px;
--table-selection-border-radius: 2px;
--table-selection-border-width: 2px;
--table-handle-size: 1.25rem;
--table-handle-indent: calc(-1.25rem - 1px);