File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
components/databrowser/components/search Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -539,4 +539,4 @@ export type Language =
539539 | "tamil"
540540 | "turkish";
541541
542- `
542+ `
Original file line number Diff line number Diff line change 44
55/* All these classes are already prefixed with .ups-db */
66@layer base {
7-
87 * ,
98 ::before ,
109 ::after {
@@ -544,7 +543,9 @@ svg.tabler-icon {
544543 0% {
545544 opacity : 1 ;
546545 border-color : rgb (212 , 212 , 216 );
547- box-shadow : 0 4px 6px -1px rgb (0 0 0 / 0.1 ), 0 2px 4px -2px rgb (0 0 0 / 0.1 );
546+ box-shadow :
547+ 0 4px 6px -1px rgb (0 0 0 / 0.1 ),
548+ 0 2px 4px -2px rgb (0 0 0 / 0.1 );
548549 visibility : visible;
549550 }
550551 99% {
@@ -556,4 +557,4 @@ svg.tabler-icon {
556557 box-shadow : none;
557558 visibility : hidden;
558559 }
559- }
560+ }
You can’t perform that action at this time.
0 commit comments