forked from DebaucheryLibrarian/traxxx
Showing hover backgrounds on expand toggles.
This commit is contained in:
@@ -235,7 +235,7 @@ export default {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
padding: .5rem 0 0 0;
|
||||
padding: .5rem 0;
|
||||
font-weight: bold;
|
||||
font-size: .9rem;
|
||||
cursor: pointer;
|
||||
@@ -250,14 +250,23 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
.expand-sidebar {
|
||||
.expand-sidebar:hover {
|
||||
background: $shadow-hint;
|
||||
}
|
||||
|
||||
.expand-header {
|
||||
display: none;
|
||||
|
||||
&:hover {
|
||||
background: $shadow-hint;
|
||||
}
|
||||
}
|
||||
|
||||
.collapse-header {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
background: $profile;
|
||||
color: $highlight;
|
||||
|
||||
@@ -266,6 +275,7 @@ export default {
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background: $highlight-hint;
|
||||
color: $text-contrast;
|
||||
|
||||
.icon {
|
||||
|
||||
@@ -56,6 +56,10 @@ export default {
|
||||
.tiles {
|
||||
grid-template-columns: repeat(auto-fit, minmax(15rem, .5fr));
|
||||
}
|
||||
|
||||
&.compact .tiles {
|
||||
padding: 0 1rem 1rem 1rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user