Просмотр исходного кода

ux(): reduced tooltip border radius

Torkel Ödegaard 9 лет назад
Родитель
Сommit
6961cb7440
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      public/sass/components/_tooltip.scss

+ 1 - 1
public/sass/components/_tooltip.scss

@@ -26,7 +26,7 @@
   text-align: center;
   text-align: center;
   text-decoration: none;
   text-decoration: none;
   background-color: $tooltipBackground;
   background-color: $tooltipBackground;
-  border-radius: 4px;
+  border-radius: 2px;
 }
 }
 
 
 // Arrows
 // Arrows