mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-23 21:02:24 +02:00
Fix tiny css errors (#5186)
Signed-off-by: Reza Mirjahanian <rmirjahanian@gmail.com>
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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%;
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user