aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/5.3/examples/features/features.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2023-01-03 22:23:46 -0800
committerGitHub <[email protected]>2023-01-03 22:23:46 -0800
commitd70b5db2e0aee9ea9a7255d28395278876bf53ba (patch)
treefdb7aba2fd46c77feada9c601b8967f6e91fa409 /site/content/docs/5.3/examples/features/features.css
parent89f9ffc212e61eef78422843200275904e2a7c44 (diff)
downloadbootstrap-d70b5db2e0aee9ea9a7255d28395278876bf53ba.tar.xz
bootstrap-d70b5db2e0aee9ea9a7255d28395278876bf53ba.zip
Add new link utilities, icon link helper, and update colored link helpers (#37762)
* Add new link utilities, update colored link helpers * Remove commented out code * Fixes * Remove examples changes * Fixes and copy * Fix icon-link instances on homepage * Bump bundlewatch * Fix node-sass issue for rgba() function bug * More bundlewatch * One more time after merge * Add callout for a11y * Hover and focus-visible * Add a11y callouts * Remove duplicate for now * More code review feedback
Diffstat (limited to 'site/content/docs/5.3/examples/features/features.css')
-rw-r--r--site/content/docs/5.3/examples/features/features.css10
1 files changed, 0 insertions, 10 deletions
diff --git a/site/content/docs/5.3/examples/features/features.css b/site/content/docs/5.3/examples/features/features.css
index b5d658f6b..debc26364 100644
--- a/site/content/docs/5.3/examples/features/features.css
+++ b/site/content/docs/5.3/examples/features/features.css
@@ -4,16 +4,6 @@
border-radius: .75rem;
}
-.icon-link > .bi {
- margin-top: .125rem;
- margin-left: .125rem;
- fill: currentcolor;
- transition: transform .25s ease-in-out;
-}
-.icon-link:hover > .bi {
- transform: translate(.25rem);
-}
-
.icon-square {
width: 3rem;
height: 3rem;