1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

style: general lint fix

This commit is contained in:
2022-08-09 16:18:21 +02:00
parent 44eb507a12
commit 19205e0736
11 changed files with 142 additions and 140 deletions

View File

@@ -256,7 +256,7 @@
}
}
.connection-block{
.connection-block {
&:hover {
background: $bg-color-light-dark;
}
@@ -308,13 +308,13 @@
.query-console {
border-top: 1px solid #444;
background-color: $bg-color-dark;
.query-console-log {
&:hover,
&:focus {
background: $bg-color-gray;
background: $bg-color-gray;
}
}
}
}
.tile {

View File

@@ -131,13 +131,13 @@
.query-console {
border-top: 1px solid darken($bg-color-light-gray, 15%);
background-color: $bg-color-light;
.query-console-log {
&:hover,
&:focus {
background: $bg-color-light-gray;
background: $bg-color-light-gray;
}
}
}
}
#titlebar {
@@ -234,7 +234,7 @@
.table-size {
opacity: 0.4;
&:hover {
opacity: 1;
}
@@ -290,8 +290,8 @@
background: rgba($bg-color-light-gray, 100%);
}
}
.connection-block{
.connection-block {
&:hover {
background: $bg-color-light-gray;
}