mirror of
https://github.com/danbulant/Portfolio
synced 2026-07-07 03:50:36 +00:00
fix: grades row select in Safari
This commit is contained in:
parent
b5369061db
commit
29878e19aa
1 changed files with 4 additions and 0 deletions
|
|
@ -61,5 +61,9 @@
|
||||||
@apply ml-0.5 w-1/6;
|
@apply ml-0.5 w-1/6;
|
||||||
@apply hover:border-sspsBlue rounded-lg border border-2 bg-[#f8fafb] outline-none;
|
@apply hover:border-sspsBlue rounded-lg border border-2 bg-[#f8fafb] outline-none;
|
||||||
@apply transition-colors duration-300;
|
@apply transition-colors duration-300;
|
||||||
|
|
||||||
|
-webkit-appearance: none !important;
|
||||||
|
-moz-appearance: none !important;
|
||||||
|
appearance: none !important;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue