Ver código fonte

SQUASH: add comment to styling and alpha order

j8
Leonard Kim 8 anos atrás
pai
commit
3a99ef512e
1 arquivos alterados com 11 adições e 6 exclusões
  1. 11
    6
      css/modals/invite/_invite.scss

+ 11
- 6
css/modals/invite/_invite.scss Ver arquivo

8
 
8
 
9
 .invite-dialog {
9
 .invite-dialog {
10
     .dial-in-numbers {
10
     .dial-in-numbers {
11
+        .dial-in-numbers-conference-id {
12
+            color: orange;
13
+            margin-left: 3px;
14
+        }
15
+
16
+        /*
17
+         * dial-in-numbers-copy styling is needed for the feature of copying
18
+         * text to the clipboard. The styling keeps the element invisible
19
+         * to the user but still programmatically selectable for copying.
20
+         */
11
         .dial-in-numbers-copy {
21
         .dial-in-numbers-copy {
12
             opacity: 0;
22
             opacity: 0;
13
             pointer-events: none;
23
             pointer-events: none;
14
             position: fixed;
24
             position: fixed;
15
-            user-select: text;
16
             -webkit-user-select: text;
25
             -webkit-user-select: text;
17
-        }
18
-
19
-        .dial-in-numbers-conference-id {
20
-            color: orange;
21
-            margin-left: 3px;
26
+            user-select: text;
22
         }
27
         }
23
 
28
 
24
         .dial-in-numbers-trigger {
29
         .dial-in-numbers-trigger {

Carregando…
Cancelar
Salvar