Skip to content

Commit

Permalink
Remove CSS tools from CSS sidebar
Browse files Browse the repository at this point in the history
The four tools aren't maintained, responsive, or necessary, and some don't work. We shouldn't be hilighting them until they're fixed.

see:
* https://github.com/mdn/content/issues/21987 
(* mdn#5392
  • Loading branch information
estelle authored Nov 14, 2023
1 parent 35532d9 commit 466a858
Showing 1 changed file with 0 additions and 35 deletions.
35 changes: 0 additions & 35 deletions kumascript/macros/CSSRef.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -159,11 +159,6 @@ const text = mdn.localStringMap({
'Pagination': 'Pagination',
'Card': 'Card',
'Grid_wrapper': 'Grid wrapper',
'Tools': 'Tools',
'Color_picker_tool': 'Color picker',
'Box-shadow_generator': 'Box shadow generator',
'Border-radius_generator': 'Border radius generator',
'Border-image_generator' : 'Border image generator',
},
'fr': {
'Learn_CSS': 'Apprendre CSS',
Expand Down Expand Up @@ -306,11 +301,6 @@ const text = mdn.localStringMap({
'Pagination': 'Pagination',
'Card': 'Carte',
'Grid_wrapper': 'Conteneur de grille',
'Tools': 'Outils',
'Color_picker_tool': 'Sélecteur de couleurs',
'Border-radius_generator': 'Générateur de border-radius',
'Box-shadow_generator': 'Générateur d\'ombre de boîte',
'Border-image_generator' : 'Générateur d\'image de bordure',
},
'ja': {
'Tutorials': 'チュートリアル',
Expand Down Expand Up @@ -506,11 +496,6 @@ const text = mdn.localStringMap({
'Pagination': 'Pagination',
'Card': '카드',
'Grid_wrapper': '그리드 wrapper',
'Tools': '도구',
'Color_picker_tool': '색상 선택 도구',
'Border-radius_generator': 'Border-radius 생성기',
'Box-shadow_generator': '박스에 그림자 생성기',
'Border-image_generator' : '보더 이미지 생성기',
},
'pt-BR': {
'Tutorials': 'Tutoriais',
Expand Down Expand Up @@ -706,11 +691,6 @@ const text = mdn.localStringMap({
'Pagination': 'Постраничная навигация',
'Card': 'Карточка',
'Grid_wrapper': 'Обёртка сетки',
'Tools': 'Инструменты',
'Color_picker_tool': 'Инструмент выбора цвета',
'Border-radius_generator': 'Border-radius генератор',
'Box-shadow_generator': 'Генератор теней',
'Border-image_generator' : 'Генератор Border-image',
},
'zh-CN': {
'Tutorials': '教程',
Expand Down Expand Up @@ -866,11 +846,6 @@ const text = mdn.localStringMap({
'Pagination': '分页',
'Card': '卡片',
'Grid_wrapper': '网格布局包装器',
'Tools': '工具',
'Color_picker_tool': '取色器',
'Border-radius_generator': '圆角边框生成器',
'Box-shadow_generator': 'Box shadow 生成器',
'Border-image_generator' : '图片边框生成器',
},
'zh-TW': {
'Tutorials': '教程',
Expand Down Expand Up @@ -1440,16 +1415,6 @@ async function buildPropertylist(pages, title) {
</ol>
</li>

<li><strong><%=text['Tools']%></strong></li>
<li class="toggle">
<ol>
<li><%-smartLink(`${cssURL}CSS_Colors/Color_picker_tool`, null, text['Color_picker_tool'], cssURL)%></li>
<li><%-smartLink(`${cssURL}CSS_Backgrounds_and_Borders/Box-shadow_generator`, null, text['Box-shadow_generator'], cssURL)%></li>
<li><%-smartLink(`${cssURL}CSS_Backgrounds_and_Borders/Border-image_generator`, null, text['Border-image_generator'], cssURL)%></li>
<li><%-smartLink(`${cssURL}CSS_Backgrounds_and_Borders/Border-radius_generator`, null, text['Border-radius_generator'], cssURL)%></li>
</ol>
</li>

</ol>

</section>

0 comments on commit 466a858

Please sign in to comment.