Selaa lähdekoodia

Fixed outline issue on textarea in google chrome browser.

Sander Mathijs van Veen 14 vuotta sitten
vanhempi
sitoutus
116156326a
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      src/frontend/css/editor.css

+ 1 - 0
src/frontend/css/editor.css

@@ -44,6 +44,7 @@ body {
     height: 388px;
     overflow-y: visible;
     font: 16px/24px Verdana, Arial, sans;
+    outline: 0;
 }
 
 .box {