Skip to content
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

[ G2 ] WP6.6かつG2使用時のメニュー名にunderlineが入るようになってしまったのを修正 #1172

Merged
merged 7 commits into from
Jul 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _g2/assets/css/common.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _g2/assets/css/common_editor.css

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ $menu_padding_horizontal: 1.2em;
a {
color: $g_nav_font_color;
height: 100%;
text-decoration: none;
}
a:hover,
a:active,
a:focus {
background-color: $g_nav_bg_hover_color;
transition: background-color 0.4s;
color: $g_nav_font_color;
text-decoration: none;
}
li {
margin: 0;
Expand Down
2 changes: 1 addition & 1 deletion _g2/design-skin/origin2/css/style.css

Large diffs are not rendered by default.

4 changes: 1 addition & 3 deletions _g2/inc/vk-mobile-nav/package/_scss/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,7 @@ $margin-section-bottom: 1.5em;
position: relative;
display: block;
overflow: hidden;
&:hover {
text-decoration: none;
}
text-decoration: none;
}
}
li li a {
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ https://www.vektor-inc.co.jp/inquiry/

== Changelog ==

[ G2 ][ Design Bug Fix ] Fix 'a tag' style for global menu in WP 6.6.
v15.26.2
[ G2 ][ Specification Change ][ 6.6 ] Refactoring the width handling of the edit screen

Expand Down
Loading