gaufre: add a "button pressed" style
This commit is contained in:
@@ -81,10 +81,21 @@
|
||||
background-color: #ededed !important;
|
||||
}
|
||||
|
||||
.lasuite-gaufre-btn.lasuite--gaufre-opened {
|
||||
background-color: #ededed !important;
|
||||
box-shadow: inset 0 0 0 1px #000091 !important;
|
||||
}
|
||||
|
||||
[data-fr-scheme="dark"] .lasuite-gaufre-btn.lasuite--gaufre-opened,
|
||||
[data-fr-scheme="dark"] .lasuite-gaufre-btn--vanilla:active {
|
||||
background-color: #474747 !important;
|
||||
}
|
||||
|
||||
[data-fr-scheme="dark"] .lasuite-gaufre-btn.lasuite--gaufre-opened {
|
||||
background-color: #474747 !important;
|
||||
box-shadow: inset 0 0 0 1px #8585f6 !important;
|
||||
}
|
||||
|
||||
html:not(.lasuite--gaufre-loaded) .lasuite-gaufre-btn {
|
||||
visibility: hidden !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user