mirror of
https://github.com/StarCitizenTools/mediawiki-extensions-TabberNeue.git
synced 2024-11-24 00:13:28 +00:00
feat: add hover and active states to the arrow buttons
This commit is contained in:
parent
d14f400e65
commit
530cdfa1b8
|
@ -50,6 +50,7 @@
|
|||
bottom: 0;
|
||||
display: none;
|
||||
width: 20px;
|
||||
border-radius: 4px;
|
||||
cursor: pointer;
|
||||
|
||||
&:after {
|
||||
|
@ -151,6 +152,19 @@
|
|||
color: #2a4b8d;
|
||||
}
|
||||
}
|
||||
|
||||
&__header {
|
||||
&__prev,
|
||||
&__next {
|
||||
&:hover {
|
||||
background-color: rgba( 0, 24, 73, 0.03 );
|
||||
}
|
||||
|
||||
&:active {
|
||||
background-color: rgba( 0, 24, 73, 0.05 );
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue