Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
이 PR은 RC 2.0.1 테스팅 중 발견된 상단 메뉴바의 로그아웃 버튼 주변 CSS 오류를 수정합니다. NavBar.vue 컴포넌트에서 /deep/ 선택자를 잘못 사용하여 전역으로 적용되던 불필요한 드롭다운 스타일을 제거했습니다.
Changes:
- NavBar.vue에서
/deep/선택자로 선언된 드롭다운 관련 CSS 코드 삭제 (17줄) - 메뉴바의 드롭다운 아이템 및 선택 드롭다운에 대한 전역 스타일 제거
banchan01
added a commit
that referenced
this pull request
Jan 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changelog
RC 2.0.1 테스팅 도중, 상단 메뉴바의 로그아웃 버튼 위쪽의 css 오류를 발견하여 수정하였습니다.
잘못된 /deep/ 선언을 통해 생긴 css 코드를 삭제하였습니다.
Testing
Ops Impact
N/A
Version Compatibility
N/A