Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/darshanbaral/aafu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDarshan Baral <darshanbaral@gmail.com>2019-07-20 05:15:56 +0300
committerDarshan Baral <darshanbaral@gmail.com>2019-07-20 05:15:56 +0300
commita215cab4f1a7e7d179c1ccb84df539c589eb40e5 (patch)
treec686086f12764e01b4594864d1252cba05284747 /static
parent4d2f807f8b8e432a82d6ece57b750a71b9af6165 (diff)
Click activates for actual text and not whole row
Diffstat (limited to 'static')
-rw-r--r--static/css/aafu.css3
1 files changed, 0 insertions, 3 deletions
diff --git a/static/css/aafu.css b/static/css/aafu.css
index 2350743..67fab42 100644
--- a/static/css/aafu.css
+++ b/static/css/aafu.css
@@ -25,9 +25,6 @@ h3 {
font-size: 1.9em;
cursor: pointer;
}
-.accordion {
- cursor: pointer;
-}
.panel {
max-height: 0;
transition: 0.3s ease-out;