Skip to content

Commit

Permalink
Playgroundの主張を抑える refs cpprefjp/site#476
Browse files Browse the repository at this point in the history
  • Loading branch information
saki7 committed Nov 9, 2017
1 parent 228f1bc commit 8c8c837
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions css/kunai/yata.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,17 @@ body.kunai {

.yata {
display: flex;
background: color($cl-shuri tint(25%));
// background: color($cl-shuri tint(25%));
background: #a9d4e2;
border-radius: 2px 2px 0 0;

position: relative;
z-index: 5;

$cl-tool-active: #ffff1d;
// $cl-tool-active: #ffff1d;
// $cl-tool-active: #523fdc;
// $cl-tool-active: #343c38;
$cl-tool-active: #92525d;

&.hidden {
display: none;
Expand Down Expand Up @@ -111,11 +115,13 @@ body.kunai {
color: #FFF;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);

cursor: pointer;

.tooltip {
position: absolute;
visibility: hidden;
display: block;
top: 100%;
top: -100%;
left: 1em;
cursor: text;

Expand Down Expand Up @@ -149,7 +155,8 @@ body.kunai {
padding-top: 2px;

&:not(:disabled):hover {
background: $cl-shuri;
// background: $cl-shuri;
background: #8098a0;
}
} // button

Expand Down

0 comments on commit 8c8c837

Please sign in to comment.