0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-26 16:02:38 +00:00
This commit is contained in:
Víctor Losada Hernández
2024-10-11 00:14:12 +02:00
parent 08eabf8102
commit 2b270ccdb7
2 changed files with 38 additions and 50 deletions

View File

@@ -21,20 +21,16 @@
line-height : @menuHeight;
text-align : center;
&:not(.editorTool, .divider) {
cursor: pointer;
}
&:not(.editorTool, .divider) { cursor : pointer; }
&:hover,&.selected { background-color : #999999; }
&.editorTool {
background-color: unset;
background-color : unset;
&.active {
cursor:pointer;
&:hover {
background-color: #999999;
}
cursor : pointer;
&:hover { background-color : #999999; }
}
}
&.text {
@@ -70,17 +66,13 @@
}
&.history {
.tooltipLeft('History');
position : relative;
font-size : 0.75em;
color : grey;
position : relative;
&.active {
color : inherit;
}
&>.dropdown{
&.active { color : inherit; }
& > .dropdown {
right : -1px;
&>.snippet{
padding-right : 10px;
}
& > .snippet { padding-right : 10px; }
}
}
&.editorTheme {
@@ -157,11 +149,11 @@
cursor : pointer;
.animate(background-color);
i {
min-width : 25px;
height : 1.2em;
margin-right : 8px;
font-size : 1.2em;
min-width: 25px;
text-align: center;
text-align : center;
& ~ i {
margin-right : 0;
margin-left : 5px;