Kaynağa Gözat

helios: adds focus shadow around buttons

Nicolas Petton 10 yıl önce
ebeveyn
işleme
a99da5be7d
2 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  1. 2 0
      css/helios.css
  2. 2 0
      css/helios.less

+ 2 - 0
css/helios.css

@@ -735,6 +735,8 @@ html[xmlns] .clearfix {
 }
 #helios .button:focus {
   outline: 0;
+  border-color: #08C;
+  box-shadow: 0 0 5px #08C;
 }
 #helios .doc {
   background: white;

+ 2 - 0
css/helios.less

@@ -841,6 +841,8 @@ html[xmlns] .clearfix {
 
 	.button:focus {
 		outline: 0;
+	    border-color: #08C;
+	    box-shadow: 0 0 5px #08C;
 	}
 
 	.doc {