1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-25 12:34:38 +04:00

caret fixes, sample dropdown menu

This commit is contained in:
codecalm
2020-04-08 23:10:38 +02:00
parent 6c16ad313c
commit 2462eda6de
2 changed files with 12 additions and 1 deletions
+10
View File
@@ -14,6 +14,16 @@ third:
url: '#'
icon: star
title: Third
children:
first:
url: '#'
title: First
second:
url: '#'
title: Second
third:
url: '#'
title: Third
disabled:
url: '#'
+2 -1
View File
@@ -392,6 +392,7 @@ $navbar-toggler-font-size: 1rem !default;
$navbar-toggler-padding-x: 0 !default;
$navbar-toggler-padding-y: 0 !default;
$navbar-toggler-animation-time: .2s !default;
$navbar-toggler-focus-width: 0 !default;
$navbar-nav-link-padding-x: $nav-link-padding-x !default;
@@ -492,7 +493,7 @@ $form-range-thumb-focus-box-shadow-width: .125rem !default;
$form-feedback-icon-valid: str-replace(url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='" + $green + "' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'></polyline></svg>"), "#", "%23") !default;
$form-feedback-icon-invalid: str-replace(url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='" + $red + "' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><line x1='18' y1='6' x2='6' y2='18'></line><line x1='6' y1='6' x2='18' y2='18'></line></svg>"), "#", "%23") !default;
$caret-width: .32em !default;
$caret-width: .36em !default;
//Flags
$generate-flags: true !default;