mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-07 20:42:44 +00:00
Fully disable theme selection when in Legacy mode
Making Legacy a "theme" implies we will add more themes to Legacy, which we aren't planning to.
This commit is contained in:
@@ -86,11 +86,16 @@
|
||||
font-size: 13.33px;
|
||||
.navDropdownContainer {
|
||||
background-color: white;
|
||||
|
||||
width: 100%;
|
||||
&:hover {
|
||||
background-color: rgb(187, 187, 187);
|
||||
}
|
||||
&.disabled {
|
||||
font-style:italic;
|
||||
font-style: italic;
|
||||
background-color: darkgray;
|
||||
color: dimgray;
|
||||
}
|
||||
&>div:first-child {
|
||||
border : 2px solid rgb(118,118,118);
|
||||
padding : 6px 3px;
|
||||
|
||||
Reference in New Issue
Block a user