mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 22:28:10 +08:00
Change button hover colors
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
fill: #ddd;
|
||||
|
||||
&:hover {
|
||||
background: #555;
|
||||
background: #666;
|
||||
fill: #fff;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background: #555;
|
||||
background: #666;
|
||||
color: white;
|
||||
fill: white;
|
||||
}
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
background: #333;
|
||||
|
||||
&:hover {
|
||||
background: #555;
|
||||
background: #666;
|
||||
}
|
||||
|
||||
&.right {
|
||||
|
||||
@@ -23,19 +23,19 @@
|
||||
}
|
||||
|
||||
.icon-button {
|
||||
background: #888;
|
||||
|
||||
& + .icon-button {
|
||||
margin-left: 1px;
|
||||
}
|
||||
background: #555;
|
||||
|
||||
&:hover {
|
||||
background: #555;
|
||||
background: #666;
|
||||
}
|
||||
|
||||
&.active {
|
||||
background: #3194d6;
|
||||
}
|
||||
|
||||
& + .icon-button {
|
||||
margin-left: 1px;
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
border-radius: 4px;
|
||||
|
||||
&:hover {
|
||||
background: #555;
|
||||
background: #666;
|
||||
}
|
||||
|
||||
&.active {
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background: #555;
|
||||
background: #666;
|
||||
|
||||
svg {
|
||||
fill: #fff;
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background: #555;
|
||||
background: #666;
|
||||
|
||||
svg {
|
||||
fill: #fff;
|
||||
|
||||
Reference in New Issue
Block a user