tangled
alpha
login
or
join now
besaid.zone
/
core
forked from
tangled.org/core
0
fork
atom
Monorepo for Tangled
0
fork
atom
overview
issues
pulls
pipelines
core/input.css: add styles needed for dropdown updates
besaid.zone
3 months ago
83453ec0
233dd7f6
verified
This commit was signed with the committer's
known signature
.
besaid.zone
SSH Key Fingerprint:
SHA256:Q4dc5PTI8DNTxJbH2bWsDeY6BXzfq0ce1XSA4H5Y3iI=
+21
1 changed file
expand all
collapse all
unified
split
input.css
+21
input.css
reviewed
···
89
89
@apply no-underline text-black hover:underline hover:text-gray-800 dark:text-white dark:hover:text-gray-300;
90
90
}
91
91
92
92
+
#navigation-menu-popover li:not(:last-of-type) a {
93
93
+
@apply flex gap-2 items-center px-2 pb-2 pt-1.5 rounded-sm hover:bg-green-50 hover:text-green-700 no-underline
94
94
+
}
95
95
+
92
96
label {
93
97
@apply block text-gray-900 text-sm font-bold py-2 uppercase dark:text-gray-100;
94
98
}
···
962
966
color: #f9fafb;
963
967
}
964
968
}
969
969
+
970
970
+
.site-navigation-dropdown-trigger {
971
971
+
anchor-name: --dropdown-trigger;
972
972
+
}
973
973
+
974
974
+
.site-navigation-popover {
975
975
+
position: absolute;
976
976
+
margin: 0;
977
977
+
inset: auto;
978
978
+
position-anchor: --dropdown-trigger;
979
979
+
position-area: bottom right;
980
980
+
position-try-fallbacks: --bottom-left;
981
981
+
}
982
982
+
983
983
+
@position-try --bottom-left {
984
984
+
position-area: bottom left;
985
985
+
}