Skip to content

Commit 84335bf

Browse files
committed
DOC-3313: syntax updated.
1 parent 0ac46a2 commit 84335bf

File tree

3 files changed

+5
-14
lines changed

3 files changed

+5
-14
lines changed

modules/ROOT/pages/installation.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,9 @@ include::partial$css/installation-cards.css[]
4343
</div>
4444
++++
4545

46+
== Browse by Framework
4647
++++
4748
include::partial$css/installation-cards.css[]
48-
<h3 class="brand-section-title">Browse by Framework</h3>
49-
5049
<div class="tiny-installation-cards">
5150
<div class="framework-cards">
5251
<div class="framework-grid">

modules/ROOT/partials/css/installation-cards.css

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -221,17 +221,14 @@
221221

222222
.framework-card-link:hover {
223223
text-decoration: none !important;
224-
}
225-
226-
.framework-card-link:hover .framework-name,
227-
.framework-card-link:hover .framework-icon {
228-
text-decoration: none !important;
224+
border: 2px solid var(--card-border);
225+
border-radius: 10px;
226+
transition: all 0.3s ease;
229227
}
230228

231229
.framework-card {
232230
align-items: center;
233231
background: #fff;
234-
border: 0;
235232
border-radius: 0.5rem;
236233
box-sizing: border-box;
237234
cursor: pointer;
@@ -242,14 +239,9 @@
242239
padding: 0.375rem;
243240
position: relative;
244241
text-decoration: none;
245-
transition: opacity 0.2s ease;
246242
width: 5.3125rem; /* 85px fixed */
247243
}
248244

249-
.framework-card-link:hover .framework-card {
250-
opacity: 0.85;
251-
}
252-
253245
.framework-icon {
254246
font-size: 2.5rem;
255247
display: flex;

modules/ROOT/partials/what-is-tinymce.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ include::partial$css/installation-cards.css[]
4949
</div>
5050
++++
5151

52+
=== Supported frameworks
5253
++++
5354
include::partial$css/installation-cards.css[]
54-
<h3 class="brand-section-title">Supported frameworks</h3>
5555
<div class="tiny-installation-cards">
5656
<div class="framework-cards">
5757
<div class="framework-grid">

0 commit comments

Comments
 (0)