Skip to content

Commit

Permalink
Merge pull request #37 from mrrlll/withFly
Browse files Browse the repository at this point in the history
非推奨のプロパティを使用していたのを修正
  • Loading branch information
NanasuNANA authored Mar 2, 2024
2 parents acda219 + 27df1f1 commit 60af766
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions src/app/component/context-menu/context-menu.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,11 @@ ul > li.hasHighlight:hover {
background-color: rgba(30, 30, 30, 0.8);
}
ul > li.has-color.hasHighlight:hover {
text-shadow:
text-shadow:
1px 0px 1px #ffffff,
0px 1px 1px #ffffff,
-1px 0px 1px #ffffff,
0px -1px 1px #ffffff;
0px -1px 1px #ffffff;
}

.menu-title:not(.icon-menu) {
Expand All @@ -109,10 +109,8 @@ td.altitude {
}

input.altitude {
writing-mode: bt-lr;
appearance: slider-vertical;
writing-mode: vertical-lr;
width: 8px;
height: 100%;
padding: 3px;
}

Expand Down Expand Up @@ -177,7 +175,7 @@ input.altitude {

.color-indicator {
font-size: larger;
text-shadow:
text-shadow:
1px 1px 0px #ffffff,
-1px 1px 0px #ffffff,
1px -1px 0px #ffffff,
Expand All @@ -196,4 +194,4 @@ input.altitude {
.hotkey {
float: right;
font-size: smaller;
}
}

0 comments on commit 60af766

Please sign in to comment.