-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CSS Nesting Module を使った実装 #783
Comments
適切なインデントを行うと、容量が増える課題を抱えそうな気がする。 一応、今思いついている対策案:
【追記】 |
seasoftjapan
added a commit
to seasoftjapan/eccube-2_13
that referenced
this issue
Dec 20, 2023
- CSS Nesting Module を使った実装 EC-CUBE#783 - CSS ファイルをまとめる EC-CUBE#784 ``` cat \ html/user_data/packages/default/css/reset.css \ html/user_data/packages/default/css/common.css \ html/user_data/packages/default/css/contents.css \ html/user_data/packages/default/css/table.css \ html/user_data/packages/default/css/bloc.css \ html/user_data/packages/default/css/bloc_alpha.css \ html/user_data/packages/default/css/popup.css \ html/user_data/packages/default/css/print.css \ | sass-convert --indent=4 --from=css --to=scss \ > html/user_data/packages/default/style.css ```
seasoftjapan
added a commit
to seasoftjapan/eccube-2_13
that referenced
this issue
Dec 20, 2023
目視で気になった点を調整した。
seasoftjapan
added a commit
to seasoftjapan/eccube-2_13
that referenced
this issue
Jan 4, 2024
sass-convert --indent=4 --to=scss html/install/css/admin_contents.css html/install/css/admin_contents.css
seasoftjapan
added a commit
to seasoftjapan/eccube-2_13
that referenced
this issue
Jan 4, 2024
- 不自然な記述となった箇所を補正した。 - 利用のないセレクターを削除した。 - 重複した記述を削除した。 - あまりにも古いブラウザーバージョン互換を削除した。
ji-eunsoo
added a commit
that referenced
this issue
Feb 14, 2024
以下は対応済みの認識
以下未着手'
|
seasoftjapan
added a commit
that referenced
this issue
Dec 19, 2024
seasoftjapan
added a commit
that referenced
this issue
Dec 19, 2024
#783 の適用により、不可解な CSS であることが鮮明となったため整理する。既存の動作維持を原則とするが、以下は意図的に変更する。 - プルダウン第1階層の選択項目を示す背景着色(暗灰)は、第2階層を開いた後も維持する。(「デザイン管理」のどちらを開いているか分かりにくいため。) - 横並びのメニューの現在画面を示す背景着色(黄)は、プルダウンを開いている間は外す。(選択項目が分かりにくいため。)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
主要ブラウザーで一通り使えるようになったので。
https://caniuse.com/css-nesting
The text was updated successfully, but these errors were encountered: