Преглед изворни кода

fix(UI): Highlight the audio device when we hover over it

master
Jaya Allamsetty пре 4 година
родитељ
комит
e6093e0706
1 измењених фајлова са 19 додато и 3 уклоњено
  1. 19
    3
      css/_audio-preview.css

+ 19
- 3
css/_audio-preview.css Прегледај датотеку

1
 .audio-preview {
1
 .audio-preview {
2
     &-content {
2
     &-content {
3
+        background: #2A3A4B;
3
         font-size: 15px;
4
         font-size: 15px;
4
         line-height: 24px;
5
         line-height: 24px;
5
         max-height: 456px;
6
         max-height: 456px;
32
         margin-left: 48px;
33
         margin-left: 48px;
33
 
34
 
34
         &--selected {
35
         &--selected {
35
-            background: rgba(28,32,37,0.5);
36
+            background: #1C2025;
36
             cursor: initial;
37
             cursor: initial;
37
             margin-left: 0;
38
             margin-left: 0;
38
             padding-left: 21px;
39
             padding-left: 21px;
55
 
56
 
56
         &:hover {
57
         &:hover {
57
             .audio-preview-entry {
58
             .audio-preview-entry {
58
-                background: rgba(255,255,255, 0.2);
59
+                background: #3F4E5E;
59
                 margin-left: 0;
60
                 margin-left: 0;
60
                 padding-left: 48px;
61
                 padding-left: 48px;
61
 
62
 
80
 
81
 
81
     &-microphone {
82
     &-microphone {
82
         position: relative;
83
         position: relative;
83
-    }
84
 
84
 
85
+        &:hover {
86
+            .audio-preview-entry {
87
+                background: #3F4E5E;
88
+                margin-left: 0;
89
+                padding-left: 48px;
90
+
91
+                &--selected {
92
+                    padding-left: 21px;
93
+                }
94
+            }
95
+        }
96
+
97
+        .audio-preview-entry-text {
98
+            max-width: 196px;
99
+        }
100
+    }
85
 
101
 
86
     &-icon {
102
     &-icon {
87
         border-radius: 50%;
103
         border-radius: 50%;

Loading…
Откажи
Сачувај